ReactOS 0.4.15-dev-7942-gd23573b
_SUPPORTED_RANGES Struct Reference

#include <haltypes.h>

Collaboration diagram for _SUPPORTED_RANGES:

Public Attributes

USHORT Version
 
BOOLEAN Sorted
 
UCHAR Reserved
 
ULONG NoIO
 
SUPPORTED_RANGE IO
 
ULONG NoMemory
 
SUPPORTED_RANGE Memory
 
ULONG NoPrefetchMemory
 
SUPPORTED_RANGE PrefetchMemory
 
ULONG NoDma
 
SUPPORTED_RANGE Dma
 

Detailed Description

Definition at line 213 of file haltypes.h.

Member Data Documentation

◆ Dma

SUPPORTED_RANGE _SUPPORTED_RANGES::Dma

Definition at line 225 of file haltypes.h.

Referenced by HalpAllocateAndInitPciBusHandler(), and HalpAllocateBusHandler().

◆ IO

SUPPORTED_RANGE _SUPPORTED_RANGES::IO

Definition at line 219 of file haltypes.h.

Referenced by HalpAllocateBusHandler().

◆ Memory

SUPPORTED_RANGE _SUPPORTED_RANGES::Memory

Definition at line 221 of file haltypes.h.

Referenced by HalpAllocateBusHandler(), and HalpRegisterInternalBusHandlers().

◆ NoDma

ULONG _SUPPORTED_RANGES::NoDma

Definition at line 224 of file haltypes.h.

◆ NoIO

ULONG _SUPPORTED_RANGES::NoIO

Definition at line 218 of file haltypes.h.

◆ NoMemory

ULONG _SUPPORTED_RANGES::NoMemory

Definition at line 220 of file haltypes.h.

◆ NoPrefetchMemory

ULONG _SUPPORTED_RANGES::NoPrefetchMemory

Definition at line 222 of file haltypes.h.

◆ PrefetchMemory

SUPPORTED_RANGE _SUPPORTED_RANGES::PrefetchMemory

Definition at line 223 of file haltypes.h.

Referenced by HalpAllocateBusHandler().

◆ Reserved

UCHAR _SUPPORTED_RANGES::Reserved

Definition at line 217 of file haltypes.h.

◆ Sorted

BOOLEAN _SUPPORTED_RANGES::Sorted

Definition at line 216 of file haltypes.h.

◆ Version

USHORT _SUPPORTED_RANGES::Version

Definition at line 215 of file haltypes.h.

Referenced by HalpAllocateBusHandler().


The documentation for this struct was generated from the following file: