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
@@ -110,13 +110,13 @@ typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
|
||||
/// be treated like EFI_RESERVE_ISA_IO_NO_ALIAS |
|
||||
/// EFI_RESERVE_VGA_IO_ALIAS.
|
||||
///
|
||||
typedef UINT32 EFI_PCI_PLATFORM_POLICY;
|
||||
typedef UINT32 EFI_PCI_PLATFORM_POLICY;
|
||||
|
||||
///
|
||||
/// Does not set aside either ISA or VGA I/O resources during PCI
|
||||
/// enumeration.
|
||||
///
|
||||
#define EFI_RESERVE_NONE_IO_ALIAS 0x0000
|
||||
#define EFI_RESERVE_NONE_IO_ALIAS 0x0000
|
||||
|
||||
///
|
||||
/// Sets aside ISA I/O range and all aliases:
|
||||
@@ -125,22 +125,22 @@ typedef UINT32 EFI_PCI_PLATFORM_POLICY;
|
||||
/// - n900..nBFF
|
||||
/// - nD00..nFFF.
|
||||
///
|
||||
#define EFI_RESERVE_ISA_IO_ALIAS 0x0001
|
||||
#define EFI_RESERVE_ISA_IO_ALIAS 0x0001
|
||||
|
||||
///
|
||||
/// Sets aside ISA I/O range 0x100-0x3FF.
|
||||
///
|
||||
#define EFI_RESERVE_ISA_IO_NO_ALIAS 0x0002
|
||||
#define EFI_RESERVE_ISA_IO_NO_ALIAS 0x0002
|
||||
|
||||
///
|
||||
/// Sets aside VGA I/O ranges and all aliases.
|
||||
///
|
||||
#define EFI_RESERVE_VGA_IO_ALIAS 0x0004
|
||||
#define EFI_RESERVE_VGA_IO_ALIAS 0x0004
|
||||
|
||||
///
|
||||
/// Sets aside VGA I/O ranges
|
||||
///
|
||||
#define EFI_RESERVE_VGA_IO_NO_ALIAS 0x0008
|
||||
#define EFI_RESERVE_VGA_IO_NO_ALIAS 0x0008
|
||||
|
||||
///
|
||||
/// EFI_PCI_EXECUTION_PHASE is used to call a platform protocol and execute
|
||||
@@ -317,22 +317,22 @@ struct _EFI_PCI_PLATFORM_PROTOCOL {
|
||||
/// The notification from the PCI bus enumerator to the platform that it is about to
|
||||
/// enter a certain phase during the enumeration process.
|
||||
///
|
||||
EFI_PCI_PLATFORM_PHASE_NOTIFY PlatformNotify;
|
||||
EFI_PCI_PLATFORM_PHASE_NOTIFY PlatformNotify;
|
||||
///
|
||||
/// The notification from the PCI bus enumerator to the platform for each PCI
|
||||
/// controller at several predefined points during PCI controller initialization.
|
||||
///
|
||||
EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER PlatformPrepController;
|
||||
EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER PlatformPrepController;
|
||||
///
|
||||
/// Retrieves the platform policy regarding enumeration.
|
||||
///
|
||||
EFI_PCI_PLATFORM_GET_PLATFORM_POLICY GetPlatformPolicy;
|
||||
EFI_PCI_PLATFORM_GET_PLATFORM_POLICY GetPlatformPolicy;
|
||||
///
|
||||
/// Gets the PCI device's option ROM from a platform-specific location.
|
||||
///
|
||||
EFI_PCI_PLATFORM_GET_PCI_ROM GetPciRom;
|
||||
EFI_PCI_PLATFORM_GET_PCI_ROM GetPciRom;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiPciPlatformProtocolGuid;
|
||||
extern EFI_GUID gEfiPciPlatformProtocolGuid;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user