TianoCore EDK2 master
Loading...
Searching...
No Matches
MemoryMappedConfigurationSpaceAccessTable.h
Go to the documentation of this file.
1
10#ifndef _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_
11#define _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_
12
14
15//
16// Ensure proper structure formats
17//
18#pragma pack(1)
19
25typedef struct {
26 UINT64 BaseAddress;
27 UINT16 PciSegmentGroupNumber;
28 UINT8 StartBusNumber;
29 UINT8 EndBusNumber;
30 UINT32 Reserved;
32
37typedef struct {
39 UINT64 Reserved;
41
45#define EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_REVISION 0x01
46
47#pragma pack()
48
49#endif