ReactOS 0.4.16-dev-125-g798ea90
|
#include <bus.h>
Public Attributes | |
LIST_ENTRY | AllHandlers |
ULONG | ReferenceCount |
BUS_HANDLER | Handler |
LIST_ENTRY _HAL_BUS_HANDLER::AllHandlers |
Definition at line 269 of file bus.h.
Referenced by HaliFindBusAddressTranslation(), and HaliRegisterBusHandler().
BUS_HANDLER _HAL_BUS_HANDLER::Handler |
Definition at line 271 of file bus.h.
Referenced by HaliFindBusAddressTranslation(), HaliRegisterBusHandler(), HalpContextToBusHandler(), and HalpLookupHandler().
ULONG _HAL_BUS_HANDLER::ReferenceCount |
Definition at line 270 of file bus.h.
Referenced by HaliDereferenceBusHandler(), HaliReferenceBusHandler(), HaliRegisterBusHandler(), and HalpLookupHandler().