ReactOS 0.4.16-dev-1276-g70732b0
|
#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(), and HalpTranslateSystemBusAddress().
LONGLONG _SUPPORTED_RANGE::Limit |
Definition at line 210 of file haltypes.h.
Referenced by HalpAllocateAndInitPciBusHandler(), HalpAllocateBusHandler(), HalpRegisterInternalBusHandlers(), and HalpTranslateSystemBusAddress().
struct _SUPPORTED_RANGE* _SUPPORTED_RANGE::Next |
Definition at line 206 of file haltypes.h.
Referenced by HalpTranslateSystemBusAddress().
ULONG _SUPPORTED_RANGE::SystemAddressSpace |
Definition at line 207 of file haltypes.h.
Referenced by HalpAllocateBusHandler(), and HalpTranslateSystemBusAddress().
LONGLONG _SUPPORTED_RANGE::SystemBase |
Definition at line 208 of file haltypes.h.
Referenced by HalpTranslateSystemBusAddress().