update for HEAD-2003091401
[reactos.git] / include / ddk / types.h
index 908a477..3d66bc2 100644 (file)
@@ -1,16 +1,10 @@
 #ifndef __INCLUDE_DDK_TYPES_H
 #define __INCLUDE_DDK_TYPES_H
 
-// these should be moved to a file like ntdef.h
-
-
+/* these should be moved to a file like ntdef.h */
 
 typedef ULONG KAFFINITY, *PKAFFINITY;
 
-
-
-
-
 /*
  * Various other types (all quite pointless)
  */
@@ -26,7 +20,4 @@ typedef ULONG LOCK_OPERATION;
 typedef LARGE_INTEGER PHYSICAL_ADDRESS;
 typedef PHYSICAL_ADDRESS* PPHYSICAL_ADDRESS;
 
-
-
-
 #endif /* __INCLUDE_DDK_TYPES_H */