mirror of https://github.com/acidanthera/audk.git
Add #ifndef statement for header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5297 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6d5794302b
commit
8d0a8e53a0
|
@ -12,6 +12,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
**/
|
||||
|
||||
#ifndef __PCI_INCOMPATIBLE_DEVICE_SUPPORT_LIB_H__
|
||||
#define __PCI_INCOMPATIBLE_DEVICE_SUPPORT_LIB_H__
|
||||
|
||||
#define PCI_REGISTER_READ 0xfffffffffffffff1ULL
|
||||
#define PCI_REGISTER_WRITE 0xfffffffffffffff2ULL
|
||||
#define VALUE_NOCARE 0xffffffffffffffffULL
|
||||
|
@ -132,3 +135,6 @@ PciRegisterAccessCheck (
|
|||
IN UINT64 AccessWidth,
|
||||
OUT VOID *Configuration
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue