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:
parent
6d97687e22
commit
f0ec738d39
@ -23,7 +23,7 @@ Revision History
|
|||||||
#define _APT_H
|
#define _APT_H
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/Pci22.h>
|
#include <IndustryStandard/pci22.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// bit definition
|
// bit definition
|
||||||
|
@ -29,7 +29,7 @@ Revision History
|
|||||||
#define _CIRRUS_LOGIC_5430_H_
|
#define _CIRRUS_LOGIC_5430_H_
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/Pci22.h>
|
#include <IndustryStandard/pci22.h>
|
||||||
//
|
//
|
||||||
// Cirrus Logic 5430 PCI Configuration Header values
|
// Cirrus Logic 5430 PCI Configuration Header values
|
||||||
//
|
//
|
||||||
|
@ -17,7 +17,7 @@ Abstract:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "IDEBus.h"
|
#include "idebus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// EFI Component Name Protocol
|
// EFI Component Name Protocol
|
||||||
|
@ -17,7 +17,7 @@ Abstract:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "IDEBus.h"
|
#include "idebus.h"
|
||||||
|
|
||||||
CHAR16 *OptionString[4] = {
|
CHAR16 *OptionString[4] = {
|
||||||
L"Enable Primary Master (Y/N)? -->",
|
L"Enable Primary Master (Y/N)? -->",
|
||||||
|
@ -17,7 +17,7 @@ Abstract:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "IDEBus.h"
|
#include "idebus.h"
|
||||||
|
|
||||||
#define IDE_BUS_DIAGNOSTIC_ERROR L"PCI IDE/ATAPI Driver Diagnostics Failed"
|
#define IDE_BUS_DIAGNOSTIC_ERROR L"PCI IDE/ATAPI Driver Diagnostics Failed"
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Revision History
|
|||||||
#define _IDE_BUS_H
|
#define _IDE_BUS_H
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/Pci22.h>
|
#include <IndustryStandard/pci22.h>
|
||||||
#include "idedata.h"
|
#include "idedata.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -17,7 +17,7 @@ Abstract:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "PciBus.h"
|
#include "pcibus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// EFI Component Name Protocol
|
// EFI Component Name Protocol
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Pcibus.h"
|
#include "pcibus.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
PciOperateRegister (
|
PciOperateRegister (
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Pcibus.h"
|
#include "pcibus.h"
|
||||||
#include "PciDeviceSupport.h"
|
#include "PciDeviceSupport.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Pcibus.h"
|
#include "pcibus.h"
|
||||||
#include "PciEnumerator.h"
|
#include "PciEnumerator.h"
|
||||||
#include "PciResourceSupport.h"
|
#include "PciResourceSupport.h"
|
||||||
#include "PciOptionRomSupport.h"
|
#include "PciOptionRomSupport.h"
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Pcibus.h"
|
#include "pcibus.h"
|
||||||
#include "PciEnumeratorSupport.h"
|
#include "PciEnumeratorSupport.h"
|
||||||
#include "PciCommand.h"
|
#include "PciCommand.h"
|
||||||
#include "PciIo.h"
|
#include "PciIo.h"
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Pcibus.h"
|
#include "pcibus.h"
|
||||||
#include "PciHotPlugSupport.h"
|
#include "PciHotPlugSupport.h"
|
||||||
|
|
||||||
EFI_PCI_HOT_PLUG_INIT_PROTOCOL *gPciHotPlugInit;
|
EFI_PCI_HOT_PLUG_INIT_PROTOCOL *gPciHotPlugInit;
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Pcibus.h"
|
#include "pcibus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Internal use only
|
// Internal use only
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "PciBus.h"
|
#include "pcibus.h"
|
||||||
#include "PciResourceSupport.h"
|
#include "PciResourceSupport.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Pcibus.h"
|
#include "pcibus.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
ResetPowerManagementFeature (
|
ResetPowerManagementFeature (
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "PciBus.h"
|
#include "pcibus.h"
|
||||||
#include "PciResourceSupport.h"
|
#include "PciResourceSupport.h"
|
||||||
#include "PciCommand.h"
|
#include "PciCommand.h"
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "PciBus.h"
|
#include "pcibus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// PCI Bus Support Function Prototypes
|
// PCI Bus Support Function Prototypes
|
||||||
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
PciBus.h
|
pcibus.h
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ Revision History
|
|||||||
#define _EFI_PCI_BUS_H
|
#define _EFI_PCI_BUS_H
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/Pci22.h>
|
#include <IndustryStandard/pci22.h>
|
||||||
#include <IndustryStandard/Acpi.h>
|
#include <IndustryStandard/Acpi.h>
|
||||||
#include "ComponentName.h"
|
#include "ComponentName.h"
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Revision History
|
|||||||
* Universal Host Controller Interface data structures and defines
|
* Universal Host Controller Interface data structures and defines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <IndustryStandard/Pci22.h>
|
#include <IndustryStandard/pci22.h>
|
||||||
|
|
||||||
#define EFI_D_UHCI EFI_D_INFO
|
#define EFI_D_UHCI EFI_D_INFO
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Revision History
|
|||||||
|
|
||||||
|
|
||||||
#include "E100b.h"
|
#include "E100b.h"
|
||||||
#include <IndustryStandard\pci22.h>
|
#include <IndustryStandard/pci22.h>
|
||||||
|
|
||||||
#define MAX_NIC_INTERFACES 16
|
#define MAX_NIC_INTERFACES 16
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Abstract:
|
|||||||
Revision History
|
Revision History
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "scsibus.h"
|
#include "ScsiBus.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
scsibus.h
|
ScsiBus.h
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Abstract:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "scsidisk.h"
|
#include "ScsiDisk.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
@ -21,7 +21,7 @@ Abstract:
|
|||||||
#define _BOT_H
|
#define _BOT_H
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/usb.h>
|
#include <IndustryStandard/Usb.h>
|
||||||
|
|
||||||
#pragma pack(1)
|
#pragma pack(1)
|
||||||
//
|
//
|
||||||
|
@ -17,7 +17,7 @@ Abstract:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "UsbBus.h"
|
#include "usbbus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// EFI Component Name Functions
|
// EFI Component Name Functions
|
||||||
|
@ -26,9 +26,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#define _EFI_USB_BUS_H
|
#define _EFI_USB_BUS_H
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/usb.h>
|
#include <IndustryStandard/Usb.h>
|
||||||
#include "Hub.h"
|
#include "hub.h"
|
||||||
#include "Usbutil.h"
|
#include "usbutil.h"
|
||||||
|
|
||||||
//#ifdef EFI_DEBUG
|
//#ifdef EFI_DEBUG
|
||||||
extern UINTN gUSBDebugLevel;
|
extern UINTN gUSBDebugLevel;
|
||||||
|
@ -22,7 +22,7 @@ Abstract:
|
|||||||
#define _CBI_H
|
#define _CBI_H
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/usb.h>
|
#include <IndustryStandard/Usb.h>
|
||||||
|
|
||||||
#define bit(a) (1 << (a))
|
#define bit(a) (1 << (a))
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Revision History
|
|||||||
#define _USB_KB_H
|
#define _USB_KB_H
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/usb.h>
|
#include <IndustryStandard/Usb.h>
|
||||||
|
|
||||||
#define MAX_KEY_ALLOWED 32
|
#define MAX_KEY_ALLOWED 32
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Revision History
|
|||||||
#define _USB_FLP_H
|
#define _USB_FLP_H
|
||||||
|
|
||||||
|
|
||||||
#include <IndustryStandard/usb.h>
|
#include <IndustryStandard/Usb.h>
|
||||||
#include "UsbMassStorageData.h"
|
#include "UsbMassStorageData.h"
|
||||||
|
|
||||||
#define CLASS_MASSTORAGE 8
|
#define CLASS_MASSTORAGE 8
|
||||||
|
@ -20,7 +20,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#ifndef _USB_MOUSE_H
|
#ifndef _USB_MOUSE_H
|
||||||
#define _USB_MOUSE_H
|
#define _USB_MOUSE_H
|
||||||
|
|
||||||
#include <IndustryStandard/usb.h>
|
#include <IndustryStandard/Usb.h>
|
||||||
|
|
||||||
#define CLASS_HID 3
|
#define CLASS_HID 3
|
||||||
#define SUBCLASS_BOOT 1
|
#define SUBCLASS_BOOT 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user