Fix build issue in linux environment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5636 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -204,7 +204,7 @@ extern GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL gPciBusCompon
|
||||
extern EFI_DRIVER_BINDING_PROTOCOL gPciBusDriverBinding;
|
||||
|
||||
extern BOOLEAN gFullEnumeration;
|
||||
static UINT64 gAllOne = 0xFFFFFFFFFFFFFFFF;
|
||||
static UINT64 gAllOne = 0xFFFFFFFFFFFFFFFFULL;
|
||||
static UINT64 gAllZero = 0;
|
||||
|
||||
#include "PciIo.h"
|
||||
|
Reference in New Issue
Block a user