- Fix HAL build.
[reactos.git] / reactos / hal / hal / hal.c
index 6547e25..ba3ae41 100644 (file)
 #define NDEBUG
 #include <debug.h>
 
+#undef ExAcquireFastMutex
+#undef ExReleaseFastMutex
+#undef ExTryToAcquireFastMutex
+
 /* DATA **********************************************************************/
 
 ULONG KdComPortInUse = 0;
@@ -122,6 +126,16 @@ HalAllocateCommonBuffer(
 }
 
 
+VOID
+NTAPI
+HalAllocateCrashDumpRegisters(
+  ULONG Unknown1,
+  ULONG Unknown2)
+{
+  UNIMPLEMENTED;
+}
+
+
 NTSTATUS
 NTAPI
 HalAssignSlotResources(
@@ -328,9 +342,8 @@ HalInitSystem(
 
 VOID
 NTAPI
-HalInitializeProcessor(
-  ULONG ProcessorNumber,
-  PVOID ProcessorStack)
+HalInitializeProcessor(ULONG ProcessorNumber,
+                       PLOADER_PARAMETER_BLOCK LoaderBlock)
 {
   UNIMPLEMENTED;
 }