|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <eeprom.h>

Public Attributes | |
| LIST_ENTRY | ListEntry |
| ULONG | BusNumber |
| DC_CHIP_TYPE | ChipType |
| UCHAR | DeviceNumber |
| ULONG | InterruptLevel |
| ULONG | InterruptVector |
| ULONG | DeviceBitmap |
| UCHAR | SRomImage [ANYSIZE_ARRAY] |
| ULONG _DC_SROM_ENTRY::BusNumber |
Definition at line 31 of file eeprom.h.
Referenced by DcFreeEeprom(), SRomFindMasterAdapter(), and SRomIsAdapterInList().
| DC_CHIP_TYPE _DC_SROM_ENTRY::ChipType |
Definition at line 32 of file eeprom.h.
Referenced by SRomIsAdapterInList().
| ULONG _DC_SROM_ENTRY::DeviceBitmap |
Definition at line 36 of file eeprom.h.
Referenced by DcFreeEeprom(), and SRomFindMasterAdapter().
| UCHAR _DC_SROM_ENTRY::DeviceNumber |
Definition at line 33 of file eeprom.h.
Referenced by DcFreeEeprom(), SRomFindMasterAdapter(), and SRomIsAdapterInList().
| ULONG _DC_SROM_ENTRY::InterruptLevel |
Definition at line 34 of file eeprom.h.
Referenced by SRomFindMasterAdapter().
| ULONG _DC_SROM_ENTRY::InterruptVector |
Definition at line 35 of file eeprom.h.
Referenced by SRomFindMasterAdapter().
| LIST_ENTRY _DC_SROM_ENTRY::ListEntry |
Definition at line 30 of file eeprom.h.
Referenced by DcFreeEeprom().
| UCHAR _DC_SROM_ENTRY::SRomImage[ANYSIZE_ARRAY] |
Definition at line 37 of file eeprom.h.
Referenced by AddressRomRead(), and SRomRead().