diff options
Diffstat (limited to 'EdkModulePkg/Bus/Pci/PciBus')
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.h | 4 |
12 files changed, 13 insertions, 13 deletions
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.c index ba7ec08c4e..b10ee93591 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.c @@ -17,7 +17,7 @@ Abstract: --*/
-#include "PciBus.h"
+#include "pcibus.h"
//
// EFI Component Name Protocol
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.c index 90712338f0..f07c73fd3f 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "Pcibus.h"
+#include "pcibus.h"
EFI_STATUS
PciOperateRegister (
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.c index c24d1b5e59..54a7fe7452 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "Pcibus.h"
+#include "pcibus.h"
#include "PciDeviceSupport.h"
//
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.c index d3566a1600..384e86ff34 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "Pcibus.h"
+#include "pcibus.h"
#include "PciEnumerator.h"
#include "PciResourceSupport.h"
#include "PciOptionRomSupport.h"
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.c index 2c54897953..80bc7d4daf 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "Pcibus.h"
+#include "pcibus.h"
#include "PciEnumeratorSupport.h"
#include "PciCommand.h"
#include "PciIo.h"
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.c index 4ebf9a7afc..8707487311 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "Pcibus.h"
+#include "pcibus.h"
#include "PciHotPlugSupport.h"
EFI_PCI_HOT_PLUG_INIT_PROTOCOL *gPciHotPlugInit;
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.c index 4f1737f5af..28fbaca67a 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "Pcibus.h"
+#include "pcibus.h"
//
// Internal use only
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.c index 324ad62827..5819fd6e37 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "PciBus.h"
+#include "pcibus.h"
#include "PciResourceSupport.h"
EFI_STATUS
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.c index 1760c3946b..f871c8681c 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "Pcibus.h"
+#include "pcibus.h"
EFI_STATUS
ResetPowerManagementFeature (
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.c index 8f89e8983a..8919b422a7 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "PciBus.h"
+#include "pcibus.h"
#include "PciResourceSupport.h"
#include "PciCommand.h"
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.c b/EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.c index 16a33010e4..ed56578757 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.c +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.c @@ -21,7 +21,7 @@ Revision History --*/
-#include "PciBus.h"
+#include "pcibus.h"
//
// PCI Bus Support Function Prototypes
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.h b/EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.h index 170a4e278a..a18d12f3d4 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.h +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.h @@ -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"
|