mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Add missing definitions for HalDispatchTable callbacks.
svn path=/trunk/; revision=17471
This commit is contained in:
parent
a0b8ef87a8
commit
8872cc5e5d
1 changed files with 9 additions and 0 deletions
|
@ -2470,6 +2470,15 @@ extern DECL_EXPORT HAL_DISPATCH HalDispatchTable;
|
|||
#define HalReferenceHandlerForBus HALDISPATCH->HalReferenceHandlerForBus
|
||||
#define HalReferenceBusHandler HALDISPATCH->HalReferenceBusHandler
|
||||
#define HalDereferenceBusHandler HALDISPATCH->HalDereferenceBusHandler
|
||||
#define HalInitPnpDriver HALDISPATCH->HalInitPnpDriver
|
||||
#define HalInitPowerManagement HALDISPATCH->HalInitPowerManagement
|
||||
#define HalGetDmaAdapter HALDISPATCH->HalGetDmaAdapter
|
||||
#define HalGetInterruptTranslator HALDISPATCH->HalGetInterruptTranslator
|
||||
#define HalStartMirroring HALDISPATCH->HalStartMirroring
|
||||
#define HalEndMirroring HALDISPATCH->HalEndMirroring
|
||||
#define HalMirrorPhysicalMemory HALDISPATCH->HalMirrorPhysicalMemory
|
||||
#define HalEndOfBoot HALDISPATCH->HalEndOfBoot
|
||||
#define HalMirrorVerify HALDISPATCH->HalMirrorVerify
|
||||
|
||||
typedef enum _FILE_INFORMATION_CLASS {
|
||||
FileDirectoryInformation = 1,
|
||||
|
|
Loading…
Reference in a new issue