mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Build stub hal with NDK
svn path=/trunk/; revision=16246
This commit is contained in:
parent
96507ffe7c
commit
7143bd0824
1 changed files with 2 additions and 6 deletions
|
@ -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 @@ HalRequestSoftwareInterrupt(
|
|||
VOID
|
||||
STDCALL
|
||||
HalReturnToFirmware(
|
||||
ULONG Action)
|
||||
FIRMWARE_REENTRY Action)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue