summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePciCf8Lib
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-22 09:43:21 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-22 09:43:21 +0000
commit6d97687e2266b0eb9b97d1b536f84ec753020c6a (patch)
tree6ac695a02aed1b13ba1ad1ac581256cdbc9fa8c0 /MdePkg/Library/BasePciCf8Lib
parente0c3e486e022e34a67887e84434e64b45e997b05 (diff)
downloadedk2-platforms-6d97687e2266b0eb9b97d1b536f84ec753020c6a.tar.xz
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@233 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePciCf8Lib')
-rw-r--r--MdePkg/Library/BasePciCf8Lib/PciLib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Library/BasePciCf8Lib/PciLib.c b/MdePkg/Library/BasePciCf8Lib/PciLib.c
index 0e536ce696..a2fdc3e820 100644
--- a/MdePkg/Library/BasePciCf8Lib/PciLib.c
+++ b/MdePkg/Library/BasePciCf8Lib/PciLib.c
@@ -54,8 +54,6 @@
**/
#define PCI_TO_CF8_ADDRESS(A) \
((UINT32) ((((A) >> 4) & 0xffffff00) | ((A) & 0xfc) | 0x80000000))
-
-
/**
Reads an 8-bit PCI configuration register.