mirror of https://github.com/acidanthera/audk.git
modify file name to uppercase.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5490 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0d7c136e9d
commit
19efd9ec94
|
@ -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
|
// EFI Component Name Protocol
|
||||||
|
|
|
@ -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.
|
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"
|
#include "PciDeviceSupport.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue