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:
eric_tian
2008-08-13 04:53:33 +00:00
parent f4168df83f
commit d8bee43ce4
24 changed files with 56 additions and 57 deletions

View File

@@ -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"

View File

@@ -21,7 +21,7 @@ Revision History
--*/
#include "Pcibus.h"
#include "PciBus.h"
EFI_STATUS

View File

@@ -21,7 +21,7 @@ Revision History
--*/
#include "Pcibus.h"
#include "PciBus.h"
//
// This device structure is serviced as a header.

View File

@@ -21,7 +21,7 @@ Revision History
--*/
#include "pcibus.h"
#include "PciBus.h"
EFI_STATUS
EFIAPI

View File

@@ -21,7 +21,7 @@ Revision History
--*/
#include "Pcibus.h"
#include "PciBus.h"
EFI_STATUS
PciEnumerator (

View File

@@ -44,4 +44,4 @@ Returns:
--*/
;
#endif
#endif

View File

@@ -21,7 +21,7 @@ Revision History
--*/
#include "Pcibus.h"
#include "PciBus.h"
EFI_STATUS
InitializePPB (

View File

@@ -21,7 +21,7 @@ Revision History
--*/
#include "Pcibus.h"
#include "PciBus.h"
//
// PCI I/O Support Function Prototypes

View File

@@ -45,4 +45,4 @@ Returns:
--*/
;
#endif
#endif

View File

@@ -89,4 +89,4 @@ Returns:
--*/
;
#endif
#endif

View File

@@ -21,9 +21,10 @@ Revision History
--*/
#include "Pcibus.h"
#include "PciBus.h"
EFI_STATUS
EFIAPI
ResetPowerManagementFeature (
IN PCI_IO_DEVICE *PciIoDevice
)

View File

@@ -45,4 +45,4 @@ Returns:
--*/
;
#endif
#endif

View File

@@ -21,7 +21,7 @@ Revision History
--*/
#include "pcibus.h"
#include "PciBus.h"
typedef struct {
EFI_HANDLE ImageHandle;