ReactOS 0.4.15-dev-7998-gdb93cb1
_DC_SROM_ENTRY Struct Reference

#include <eeprom.h>

Collaboration diagram for _DC_SROM_ENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
ULONG BusNumber
 
DC_CHIP_TYPE ChipType
 
UCHAR DeviceNumber
 
ULONG InterruptLevel
 
ULONG InterruptVector
 
ULONG DeviceBitmap
 
UCHAR SRomImage [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 28 of file eeprom.h.

Member Data Documentation

◆ BusNumber

ULONG _DC_SROM_ENTRY::BusNumber

Definition at line 31 of file eeprom.h.

Referenced by DcFreeEeprom(), SRomFindMasterAdapter(), and SRomIsAdapterInList().

◆ ChipType

DC_CHIP_TYPE _DC_SROM_ENTRY::ChipType

Definition at line 32 of file eeprom.h.

Referenced by SRomIsAdapterInList().

◆ DeviceBitmap

ULONG _DC_SROM_ENTRY::DeviceBitmap

Definition at line 36 of file eeprom.h.

Referenced by DcFreeEeprom(), and SRomFindMasterAdapter().

◆ DeviceNumber

UCHAR _DC_SROM_ENTRY::DeviceNumber

Definition at line 33 of file eeprom.h.

Referenced by DcFreeEeprom(), SRomFindMasterAdapter(), and SRomIsAdapterInList().

◆ InterruptLevel

ULONG _DC_SROM_ENTRY::InterruptLevel

Definition at line 34 of file eeprom.h.

Referenced by SRomFindMasterAdapter().

◆ InterruptVector

ULONG _DC_SROM_ENTRY::InterruptVector

Definition at line 35 of file eeprom.h.

Referenced by SRomFindMasterAdapter().

◆ ListEntry

LIST_ENTRY _DC_SROM_ENTRY::ListEntry

Definition at line 30 of file eeprom.h.

Referenced by DcFreeEeprom().

◆ SRomImage

UCHAR _DC_SROM_ENTRY::SRomImage[ANYSIZE_ARRAY]

Definition at line 37 of file eeprom.h.

Referenced by AddressRomRead(), and SRomRead().


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