summaryrefslogtreecommitdiff
path: root/OldMdePkg/Include/Ppi/PciCfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'OldMdePkg/Include/Ppi/PciCfg.h')
-rw-r--r--OldMdePkg/Include/Ppi/PciCfg.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/OldMdePkg/Include/Ppi/PciCfg.h b/OldMdePkg/Include/Ppi/PciCfg.h
index 987f54e..31a8b53 100644
--- a/OldMdePkg/Include/Ppi/PciCfg.h
+++ b/OldMdePkg/Include/Ppi/PciCfg.h
@@ -32,22 +32,6 @@ typedef struct _EFI_PEI_PCI_CFG_PPI EFI_PEI_PCI_CFG_PPI;
(UINT64) ((((UINTN) bus) << 24) + (((UINTN) dev) << 16) + (((UINTN) func) << 8) + ((UINTN) reg)) \
) & 0x00000000ffffffff
-typedef enum {
- EfiPeiPciCfgWidthUint8 = 0,
- EfiPeiPciCfgWidthUint16 = 1,
- EfiPeiPciCfgWidthUint32 = 2,
- EfiPeiPciCfgWidthUint64 = 3,
- EfiPeiPciCfgWidthMaximum
-} EFI_PEI_PCI_CFG_PPI_WIDTH;
-
-typedef struct {
- UINT8 Register;
- UINT8 Function;
- UINT8 Device;
- UINT8 Bus;
- UINT8 Reserved[4];
-} EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS;
-
/**
PCI read and write operation.