sync filename exactly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5482 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "Pcibus.h"
|
||||
|
||||
//
|
||||
// EFI Component Name Protocol
|
||||
|
@@ -39,7 +39,7 @@
|
||||
[Sources.common]
|
||||
PciLib.c
|
||||
PciIo.c
|
||||
Pcibus.c
|
||||
PciBus.c
|
||||
PciDeviceSupport.c
|
||||
ComponentName.c
|
||||
ComponentName.h
|
||||
@@ -64,7 +64,7 @@
|
||||
PciDeviceSupport.h
|
||||
PciCommand.h
|
||||
PciIo.h
|
||||
Pcibus.h
|
||||
PciBus.h
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
@@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "Pcibus.h"
|
||||
|
||||
/**
|
||||
Operate the PCI register via PciIo function interface.
|
||||
|
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "Pcibus.h"
|
||||
#include "PciDeviceSupport.h"
|
||||
|
||||
//
|
||||
|
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
/**
|
||||
Initializes a PCI Driver Override Instance
|
||||
|
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
#include "PciEnumerator.h"
|
||||
#include "PciResourceSupport.h"
|
||||
#include "PciOptionRomSupport.h"
|
||||
|
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
#include "PciEnumeratorSupport.h"
|
||||
#include "PciCommand.h"
|
||||
#include "PciIo.h"
|
||||
|
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
#include "PciHotPlugSupport.h"
|
||||
|
||||
EFI_PCI_HOT_PLUG_INIT_PROTOCOL *gPciHotPlugInit;
|
||||
|
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
//
|
||||
// Internal use only
|
||||
|
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_PCI_HOTPLUG_REQUEST_PROTOCOL gPciHotPlugRequest = {
|
||||
PciHotPlugRequestNotify
|
||||
|
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
#include "PciResourceSupport.h"
|
||||
|
||||
#include <IndustryStandard/Pci23.h>
|
||||
|
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
|
||||
/**
|
||||
This function is intended to turn off PWE assertion and
|
||||
|
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
#include "PciResourceSupport.h"
|
||||
#include "PciCommand.h"
|
||||
|
||||
|
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "PciBus.h"
|
||||
#include "PciRomTable.h"
|
||||
|
||||
typedef struct {
|
||||
|
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
|
||||
#include "pcibus.h"
|
||||
#include "Pcibus.h"
|
||||
|
||||
//
|
||||
// PCI Bus Driver Global Variables
|
||||
|
Reference in New Issue
Block a user