From 97c4afffcb46f0185ff00a393b188298d15f88f7 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 7 Dec 2008 23:00:13 +0000 Subject: Add descriptions for each of the width values in the enumeration git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6906 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ppi/PciCfg2.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'MdePkg') diff --git a/MdePkg/Include/Ppi/PciCfg2.h b/MdePkg/Include/Ppi/PciCfg2.h index f5ccb53..e8bc902 100644 --- a/MdePkg/Include/Ppi/PciCfg2.h +++ b/MdePkg/Include/Ppi/PciCfg2.h @@ -39,9 +39,21 @@ typedef struct _EFI_PEI_PCI_CFG2_PPI EFI_PEI_PCI_CFG2_PPI; /// EFI_PEI_PCI_CFG_PPI_WIDTH /// typedef enum { + /// + /// 8-bit access + /// EfiPeiPciCfgWidthUint8 = 0, + /// + /// 16-bit access + /// EfiPeiPciCfgWidthUint16 = 1, + /// + /// 32-bit access + /// EfiPeiPciCfgWidthUint32 = 2, + /// + /// 64-bit access + /// EfiPeiPciCfgWidthUint64 = 3, EfiPeiPciCfgWidthMaximum } EFI_PEI_PCI_CFG_PPI_WIDTH; -- cgit v1.1