git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@233 6f19259b-4bc3-4df7-8a09-765794883524

This commit is contained in:
yshang1 2006-05-22 09:43:21 +00:00
parent e0c3e486e0
commit 6d97687e22
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@
#define PCI_TO_CF8_ADDRESS(A) \
((UINT32) ((((A) >> 4) & 0xffffff00) | ((A) & 0xfc) | 0x80000000))
/**
Reads an 8-bit PCI configuration register.