ReactOS PowerPC WIP. This will be edited and merged, and likely shrunk.
[reactos.git] / reactos / include / ndk / mmtypes.h
index 3ff541b..7d2682b 100644 (file)
@@ -207,6 +207,7 @@ typedef struct _SECTION_IMAGE_INFORMATION
 //
 // PTE Structures
 //
+#ifndef _M_PPC
 typedef struct _MMPTE
 {
     union
@@ -221,6 +222,12 @@ typedef struct _MMPTE
         MMPTE_LIST List;
     };
 } MMPTE, *PMMPTE;
+#else
+typedef struct _MMPTE
+{
+       ULONG Long;
+} MMPTE, *PMMPTE;
+#endif
 
 //
 // Section Information structure