- Update KTHREAD and KUSER_SHARED_DATA to latest versions. This should make 2K3 drive...
[reactos.git] / reactos / include / ndk / arch / ketypes.h
index 677629a..c47934e 100644 (file)
 /* Shared structures needed by Arch-specific headers */
 typedef struct _KDPC_DATA
 {
-    LIST_ENTRY  DpcListHead;
-    ULONG  DpcLock;
-    ULONG  DpcQueueDepth;
-    ULONG  DpcCount;
+    LIST_ENTRY DpcListHead;
+    ULONG DpcLock;
+    ULONG DpcQueueDepth;
+    ULONG DpcCount;
 } KDPC_DATA, *PKDPC_DATA;
 
 typedef struct _PP_LOOKASIDE_LIST