ReactOS 0.4.16-dev-112-g52265ae
|
#include <haltypes.h>
Public Attributes | |
struct _SUPPORTED_RANGE * | Next |
ULONG | SystemAddressSpace |
LONGLONG | SystemBase |
LONGLONG | Base |
LONGLONG | Limit |
Definition at line 204 of file haltypes.h.
LONGLONG _SUPPORTED_RANGE::Base |
Definition at line 209 of file haltypes.h.
Referenced by HalpAllocateBusHandler().
LONGLONG _SUPPORTED_RANGE::Limit |
Definition at line 210 of file haltypes.h.
Referenced by HalpAllocateAndInitPciBusHandler(), HalpAllocateBusHandler(), and HalpRegisterInternalBusHandlers().
struct _SUPPORTED_RANGE* _SUPPORTED_RANGE::Next |
Definition at line 206 of file haltypes.h.
ULONG _SUPPORTED_RANGE::SystemAddressSpace |
Definition at line 207 of file haltypes.h.
Referenced by HalpAllocateBusHandler().
LONGLONG _SUPPORTED_RANGE::SystemBase |
Definition at line 208 of file haltypes.h.