[NTOSKRNL]
[reactos.git] / reactos / include / ndk / i386 / ketypes.h
index 39d7752..0f5557e 100644 (file)
@@ -151,6 +151,10 @@ Author:
         (USHORT)(sizeof(KTSS)) :                    \
         (USHORT)(FIELD_OFFSET(KTSS, IoMaps[MapNumber-1].IoMap))
 
+typedef UCHAR KIO_ACCESS_MAP[IOPM_SIZE];
+
+typedef KIO_ACCESS_MAP *PKIO_ACCESS_MAP;
+
 //
 // Size of the XMM register save area in the FXSAVE format
 //
@@ -641,7 +645,7 @@ typedef struct _KPRCB
 #else
     ULONG SpareFields0[1];
 #endif
-    UCHAR VendorString[13];
+    CHAR VendorString[13];
     UCHAR InitialApicId;
     UCHAR LogicalProcessorsPerPhysicalProcessor;
     ULONG MHz;