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"
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
|
||||
EFI_STATUS
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
//
|
||||
// This device structure is serviced as a header.
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
EFI_STATUS
|
||||
PciEnumerator (
|
||||
|
@@ -44,4 +44,4 @@ Returns:
|
||||
|
||||
--*/
|
||||
;
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
EFI_STATUS
|
||||
InitializePPB (
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
//
|
||||
// PCI I/O Support Function Prototypes
|
||||
|
@@ -45,4 +45,4 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -89,4 +89,4 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -21,9 +21,10 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
ResetPowerManagementFeature (
|
||||
IN PCI_IO_DEVICE *PciIoDevice
|
||||
)
|
||||
|
@@ -45,4 +45,4 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
typedef struct {
|
||||
EFI_HANDLE ImageHandle;
|
||||
|
Reference in New Issue
Block a user