Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/IndustryStandard/Pci23.h
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/IndustryStandard/Pci23.h
r58466 r77662 93 93 /// 94 94 #define EFI_PCI_CAPABILITY_ID_PCIX 0x07 95 #define EFI_PCI_CAPABILITY_ID_VENDOR 0x09 95 96 96 97 #pragma pack(1) … … 117 118 } EFI_PCI_CAPABILITY_PCIX_BRDG; 118 119 120 /// 121 /// Vendor Specific Capability Header 122 /// Table H-1: Capability IDs, PCI Local Bus Specification, 2.3 123 /// 124 typedef struct { 125 EFI_PCI_CAPABILITY_HDR Hdr; 126 UINT8 Length; 127 } EFI_PCI_CAPABILITY_VENDOR_HDR; 128 119 129 #pragma pack() 120 130
Note:
See TracChangeset
for help on using the changeset viewer.