[STORPORT] Fix x64 build
[reactos.git] / ntoskrnl / include / ntoskrnl.h
index dc5772c..511de95 100644 (file)
@@ -50,6 +50,7 @@
 #include <ndk/ldrfuncs.h>
 #include <ndk/lpcfuncs.h>
 #include <ndk/mmfuncs.h>
+#include <ndk/muptypes.h>
 #include <ndk/obfuncs.h>
 #include <ndk/pofuncs.h>
 #include <ndk/psfuncs.h>
 /* PNP GUIDs */
 #include <umpnpmgr/sysguid.h>
 
+/* SRM header */
+#include <srmp.h>
+
+#define ExRaiseStatus RtlRaiseStatus
+
 //
-// Define the internal versions of external and public global data
+// Switch for enabling global page support
 //
-#define KeNumberProcessors              _KeNumberProcessors
-extern UCHAR _KeNumberProcessors;
-#define ExRaiseStatus RtlRaiseStatus
+
+//#define _GLOBAL_PAGES_ARE_AWESOME_
+
 
 /* Internal Headers */
 #include "internal/ntoskrnl.h"