OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
PciOptionRomTable.h
Go to the documentation of this file.
1
15#ifndef __PCI_OPTION_ROM_TABLE_GUID_H_
16#define __PCI_OPTION_ROM_TABLE_GUID_H_
17
18#define EFI_PCI_OPTION_ROM_TABLE_GUID \
19 { 0x7462660f, 0x1cbd, 0x48da, {0xad, 0x11, 0x91, 0x71, 0x79, 0x13, 0x83, 0x1c } }
20
21extern EFI_GUID gEfiPciOptionRomTableGuid;
22
23typedef struct {
24 EFI_PHYSICAL_ADDRESS RomAddress;
25 EFI_MEMORY_TYPE MemoryType;
26 UINT32 RomLength;
27 UINT32 Seg;
28 UINT8 Bus;
29 UINT8 Dev;
30 UINT8 Func;
34
39
40#endif // __PCI_OPTION_ROM_TABLE_GUID_H_
EFI_GUID gEfiPciOptionRomTableGuid
EFI_PHYSICAL_ADDRESS RomAddress
EFI_PCI_OPTION_ROM_DESCRIPTOR * PciOptionRomDescriptors