From 6c2e50d403a5d2c972fcb736ebfecfae94d5a9b2 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 6 Jul 2009 07:29:03 +0000 Subject: fixed one typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8759 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IntelFrameworkModulePkg/Bus') diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h index e5beaa671e..0dcfbef040 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h @@ -22,7 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define PCI_INCOMPATIBLE_READ_SUPPORT 0x02 #define PCI_INCOMPATIBLE_WRITE_SUPPORT 0x04 #define PCI_INCOMPATIBLE_REGISTER_UPDATE_SUPPORT 0x08 -#define PCI_INCOMPATIBLE_ACCESS_WIDTH_SUPPORT 0x0a +#define PCI_INCOMPATIBLE_ACCESS_WIDTH_SUPPORT 0x10 typedef struct { EFI_HANDLE Handle; -- cgit v1.2.3