Fix capitalization.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@238 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#include "PciBus.h"
|
||||
#include "pcibus.h"
|
||||
|
||||
//
|
||||
// EFI Component Name Protocol
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "pcibus.h"
|
||||
|
||||
EFI_STATUS
|
||||
PciOperateRegister (
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "pcibus.h"
|
||||
#include "PciDeviceSupport.h"
|
||||
|
||||
//
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "pcibus.h"
|
||||
#include "PciEnumerator.h"
|
||||
#include "PciResourceSupport.h"
|
||||
#include "PciOptionRomSupport.h"
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "pcibus.h"
|
||||
#include "PciEnumeratorSupport.h"
|
||||
#include "PciCommand.h"
|
||||
#include "PciIo.h"
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "pcibus.h"
|
||||
#include "PciHotPlugSupport.h"
|
||||
|
||||
EFI_PCI_HOT_PLUG_INIT_PROTOCOL *gPciHotPlugInit;
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "pcibus.h"
|
||||
|
||||
//
|
||||
// Internal use only
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "PciBus.h"
|
||||
#include "pcibus.h"
|
||||
#include "PciResourceSupport.h"
|
||||
|
||||
EFI_STATUS
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "Pcibus.h"
|
||||
#include "pcibus.h"
|
||||
|
||||
EFI_STATUS
|
||||
ResetPowerManagementFeature (
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "PciBus.h"
|
||||
#include "pcibus.h"
|
||||
#include "PciResourceSupport.h"
|
||||
#include "PciCommand.h"
|
||||
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "PciBus.h"
|
||||
#include "pcibus.h"
|
||||
|
||||
//
|
||||
// PCI Bus Support Function Prototypes
|
||||
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
Module Name:
|
||||
|
||||
PciBus.h
|
||||
pcibus.h
|
||||
|
||||
Abstract:
|
||||
|
||||
@ -25,7 +25,7 @@ Revision History
|
||||
#define _EFI_PCI_BUS_H
|
||||
|
||||
|
||||
#include <IndustryStandard/Pci22.h>
|
||||
#include <IndustryStandard/pci22.h>
|
||||
#include <IndustryStandard/Acpi.h>
|
||||
#include "ComponentName.h"
|
||||
|
||||
|
Reference in New Issue
Block a user