diff --git a/reactos/hal/hal/hal.c b/reactos/hal/hal/hal.c index 87e0ebb06bf..c3a966101d8 100644 --- a/reactos/hal/hal/hal.c +++ b/reactos/hal/hal/hal.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -164,8 +165,8 @@ HalAllocateCommonBuffer( PVOID NTAPI HalAllocateCrashDumpRegisters( - ULONG Unknown1, - ULONG Unknown2) + PADAPTER_OBJECT AdapterObject, + PULONG NumberOfMapRegisters) { UNIMPLEMENTED; return NULL; @@ -619,7 +620,7 @@ HalpAssignDriveLetters(IN struct _LOADER_PARAMETER_BLOCK *LoaderBlock, OUT PSTRING NtSystemPathString) { /* Call the kernel */ - return IoAssignDriveLetters(LoaderBlock, + IoAssignDriveLetters(LoaderBlock, NtDeviceName, NtSystemPath, NtSystemPathString);