mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:13:01 +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 ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <roscfg.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#include <internal/debug.h>
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
typedef struct _LOADER_PARAMETER_BLOCK *PLOADER_PARAMETER_BLOCK;
|
|
||||||
typedef struct _KD_PORT_INFORMATION *PKD_PORT_INFORMATION;
|
|
||||||
|
|
||||||
/* DATA **********************************************************************/
|
/* DATA **********************************************************************/
|
||||||
|
|
||||||
ULONG KdComPortInUse = 0;
|
ULONG KdComPortInUse = 0;
|
||||||
|
@ -439,7 +435,7 @@ HalRequestSoftwareInterrupt(
|
||||||
VOID
|
VOID
|
||||||
STDCALL
|
STDCALL
|
||||||
HalReturnToFirmware(
|
HalReturnToFirmware(
|
||||||
ULONG Action)
|
FIRMWARE_REENTRY Action)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue