MdePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdePkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
1436aea4d5
commit
2f88bd3a12
@@ -10,70 +10,69 @@
|
||||
#ifndef __PCI_CODE_ID_H__
|
||||
#define __PCI_CODE_ID_H__
|
||||
|
||||
|
||||
///
|
||||
/// PCI_CLASS_MASS_STORAGE, Base Class 01h.
|
||||
///
|
||||
///@{
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_VENDOR_SPECIFIC 0x00
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_DEVICE_PQI 0x11
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_CONTROLLER_PQI 0x12
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_DEVICE_CONTROLLER_PQI 0x13
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_DEVICE_NVM_EXPRESS 0x21
|
||||
#define PCI_IF_MASS_STORAGE_SATA_SERIAL_BUS 0x02
|
||||
#define PCI_CLASS_MASS_STORAGE_SAS 0x07
|
||||
#define PCI_IF_MASS_STORAGE_SAS 0x00
|
||||
#define PCI_IF_MASS_STORAGE_SAS_SERIAL_BUS 0x01
|
||||
#define PCI_CLASS_MASS_STORAGE_SOLID_STATE 0x08
|
||||
#define PCI_IF_MASS_STORAGE_SOLID_STATE 0x00
|
||||
#define PCI_IF_MASS_STORAGE_SOLID_STATE_NVMHCI 0x01
|
||||
#define PCI_IF_MASS_STORAGE_SOLID_STATE_ENTERPRISE_NVMHCI 0x02
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_VENDOR_SPECIFIC 0x00
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_DEVICE_PQI 0x11
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_CONTROLLER_PQI 0x12
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_DEVICE_CONTROLLER_PQI 0x13
|
||||
#define PCI_IF_MASS_STORAGE_SCSI_DEVICE_NVM_EXPRESS 0x21
|
||||
#define PCI_IF_MASS_STORAGE_SATA_SERIAL_BUS 0x02
|
||||
#define PCI_CLASS_MASS_STORAGE_SAS 0x07
|
||||
#define PCI_IF_MASS_STORAGE_SAS 0x00
|
||||
#define PCI_IF_MASS_STORAGE_SAS_SERIAL_BUS 0x01
|
||||
#define PCI_CLASS_MASS_STORAGE_SOLID_STATE 0x08
|
||||
#define PCI_IF_MASS_STORAGE_SOLID_STATE 0x00
|
||||
#define PCI_IF_MASS_STORAGE_SOLID_STATE_NVMHCI 0x01
|
||||
#define PCI_IF_MASS_STORAGE_SOLID_STATE_ENTERPRISE_NVMHCI 0x02
|
||||
///@}
|
||||
|
||||
///
|
||||
/// PCI_CLASS_NETWORK, Base Class 02h.
|
||||
///
|
||||
///@{
|
||||
#define PCI_CLASS_NETWORK_INFINIBAND 0x07
|
||||
#define PCI_CLASS_NETWORK_INFINIBAND 0x07
|
||||
///@}
|
||||
|
||||
///
|
||||
/// PCI_CLASS_MEDIA, Base Class 04h.
|
||||
///
|
||||
///@{
|
||||
#define PCI_CLASS_MEDIA_MIXED_MODE 0x03
|
||||
#define PCI_CLASS_MEDIA_MIXED_MODE 0x03
|
||||
///@}
|
||||
|
||||
///
|
||||
/// PCI_CLASS_BRIDGE, Base Class 06h.
|
||||
///
|
||||
///@{
|
||||
#define PCI_CLASS_BRIDGE_ADVANCED_SWITCHING_TO_PCI 0x0B
|
||||
#define PCI_IF_BRIDGE_ADVANCED_SWITCHING_TO_PCI_CUSTOM 0x00
|
||||
#define PCI_IF_BRIDGE_ADVANCED_SWITCHING_TO_PCI_ASI_SIG 0x01
|
||||
#define PCI_CLASS_BRIDGE_ADVANCED_SWITCHING_TO_PCI 0x0B
|
||||
#define PCI_IF_BRIDGE_ADVANCED_SWITCHING_TO_PCI_CUSTOM 0x00
|
||||
#define PCI_IF_BRIDGE_ADVANCED_SWITCHING_TO_PCI_ASI_SIG 0x01
|
||||
///@}
|
||||
|
||||
///
|
||||
/// PCI_CLASS_SYSTEM_PERIPHERAL, Base Class 08h.
|
||||
///
|
||||
///@{
|
||||
#define PCI_IF_HPET 0x03
|
||||
#define PCI_SUBCLASS_SD_HOST_CONTROLLER 0x05
|
||||
#define PCI_SUBCLASS_IOMMU 0x06
|
||||
#define PCI_IF_HPET 0x03
|
||||
#define PCI_SUBCLASS_SD_HOST_CONTROLLER 0x05
|
||||
#define PCI_SUBCLASS_IOMMU 0x06
|
||||
///@}
|
||||
|
||||
///
|
||||
/// PCI_CLASS_PROCESSOR, Base Class 0Bh.
|
||||
///
|
||||
///@{
|
||||
#define PCI_SUBCLASS_PROC_OTHER 0x80
|
||||
#define PCI_SUBCLASS_PROC_OTHER 0x80
|
||||
///@}
|
||||
|
||||
///
|
||||
/// PCI_CLASS_SERIAL, Base Class 0Ch.
|
||||
///
|
||||
///@{
|
||||
#define PCI_IF_XHCI 0x30
|
||||
#define PCI_IF_XHCI 0x30
|
||||
#define PCI_CLASS_SERIAL_OTHER 0x80
|
||||
///@}
|
||||
|
||||
@@ -81,7 +80,7 @@
|
||||
/// PCI_CLASS_SATELLITE, Base Class 0Fh.
|
||||
///
|
||||
///@{
|
||||
#define PCI_SUBCLASS_SATELLITE_OTHER 0x80
|
||||
#define PCI_SUBCLASS_SATELLITE_OTHER 0x80
|
||||
///@}
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user