Add stub for HalAllocateCrashDumpRegisters
[reactos.git] / reactos / hal / halx86 / generic / misc.c
index f5d8098..369f981 100644 (file)
@@ -9,14 +9,24 @@
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
 #include <hal.h>
-
 #define NDEBUG
-#include <internal/debug.h>
+#include <debug.h>
+
 
 /* FUNCTIONS ****************************************************************/
 
+
+VOID
+NTAPI
+HalAllocateCrashDumpRegisters(
+  ULONG Unknown1,
+  ULONG Unknown2)
+{
+  UNIMPLEMENTED;
+}
+
+
 VOID STDCALL
 HalHandleNMI(ULONG Unused)
 {