--- trunk/reactos/hal/hal/hal.c 2005-06-23 15:29:20 UTC (rev 16245)
+++ trunk/reactos/hal/hal/hal.c 2005-06-23 15:58:03 UTC (rev 16246)
@@ -12,15 +12,11 @@
/* INCLUDES ******************************************************************/
#include <ddk/ntddk.h>
-#include <roscfg.h>
+#include <ndk/ntndk.h>
-#include <internal/debug.h>
#define NDEBUG
#include <debug.h>
-typedef struct _LOADER_PARAMETER_BLOCK *PLOADER_PARAMETER_BLOCK;
-typedef struct _KD_PORT_INFORMATION *PKD_PORT_INFORMATION;
-
/* DATA **********************************************************************/
ULONG KdComPortInUse = 0;
@@ -439,7 +435,7 @@
VOID
STDCALL
HalReturnToFirmware(
- ULONG Action)
+ FIRMWARE_REENTRY Action)
{
UNIMPLEMENTED;
}