ReactOS 0.4.16-dev-122-g325d74c
|
#include <hal.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
UCHAR FASTCALL | HalSystemVectorDispatchEntry (IN ULONG Vector, OUT PKINTERRUPT_ROUTINE **FlatDispatch, OUT PKINTERRUPT_ROUTINE *NoConnection) |
VOID NTAPI | KeFlushWriteBuffer (VOID) |
UCHAR FASTCALL HalSystemVectorDispatchEntry | ( | IN ULONG | Vector, |
OUT PKINTERRUPT_ROUTINE ** | FlatDispatch, | ||
OUT PKINTERRUPT_ROUTINE * | NoConnection | ||
) |
Definition at line 24 of file misc.c.
Referenced by KiGetVectorDispatch().
Definition at line 39 of file misc.c.
Referenced by HaliQuerySystemInformation(), HalpReboot(), and NtFlushWriteBuffer().