|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hal.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| BOOLEAN NTAPI | HalpTranslateSystemBusAddress (IN PBUS_HANDLER BusHandler, IN PBUS_HANDLER RootHandler, IN PHYSICAL_ADDRESS BusAddress, IN OUT PULONG AddressSpace, OUT PPHYSICAL_ADDRESS TranslatedAddress) |
| ULONG NTAPI | HalpGetSystemInterruptVector (IN PBUS_HANDLER BusHandler, IN PBUS_HANDLER RootHandler, IN ULONG BusInterruptLevel, IN ULONG BusInterruptVector, OUT PKIRQL Irql, OUT PKAFFINITY Affinity) |
| ULONG NTAPI HalpGetSystemInterruptVector | ( | IN PBUS_HANDLER | BusHandler, |
| IN PBUS_HANDLER | RootHandler, | ||
| IN ULONG | BusInterruptLevel, | ||
| IN ULONG | BusInterruptVector, | ||
| OUT PKIRQL | Irql, | ||
| OUT PKAFFINITY | Affinity | ||
| ) |
Definition at line 115 of file sysbus.c.
Referenced by HalpRegisterInternalBusHandlers().
| BOOLEAN NTAPI HalpTranslateSystemBusAddress | ( | IN PBUS_HANDLER | BusHandler, |
| IN PBUS_HANDLER | RootHandler, | ||
| IN PHYSICAL_ADDRESS | BusAddress, | ||
| IN OUT PULONG | AddressSpace, | ||
| OUT PPHYSICAL_ADDRESS | TranslatedAddress | ||
| ) |
Definition at line 21 of file sysbus.c.
Referenced by HalpRegisterInternalBusHandlers(), and HalpTranslateIsaBusAddress().