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
@@ -8,7 +8,6 @@
|
||||
|
||||
**/
|
||||
|
||||
|
||||
#ifndef _DEBUG_PORT_2_TABLE_H_
|
||||
#define _DEBUG_PORT_2_TABLE_H_
|
||||
|
||||
@@ -23,21 +22,21 @@
|
||||
// Debug Device Information structure.
|
||||
//
|
||||
typedef struct {
|
||||
UINT8 Revision;
|
||||
UINT16 Length;
|
||||
UINT8 NumberofGenericAddressRegisters;
|
||||
UINT16 NameSpaceStringLength;
|
||||
UINT16 NameSpaceStringOffset;
|
||||
UINT16 OemDataLength;
|
||||
UINT16 OemDataOffset;
|
||||
UINT16 PortType;
|
||||
UINT16 PortSubtype;
|
||||
UINT8 Reserved[2];
|
||||
UINT16 BaseAddressRegisterOffset;
|
||||
UINT16 AddressSizeOffset;
|
||||
UINT8 Revision;
|
||||
UINT16 Length;
|
||||
UINT8 NumberofGenericAddressRegisters;
|
||||
UINT16 NameSpaceStringLength;
|
||||
UINT16 NameSpaceStringOffset;
|
||||
UINT16 OemDataLength;
|
||||
UINT16 OemDataOffset;
|
||||
UINT16 PortType;
|
||||
UINT16 PortSubtype;
|
||||
UINT8 Reserved[2];
|
||||
UINT16 BaseAddressRegisterOffset;
|
||||
UINT16 AddressSizeOffset;
|
||||
} EFI_ACPI_DBG2_DEBUG_DEVICE_INFORMATION_STRUCT;
|
||||
|
||||
#define EFI_ACPI_DBG2_DEBUG_DEVICE_INFORMATION_STRUCT_REVISION 0x00
|
||||
#define EFI_ACPI_DBG2_DEBUG_DEVICE_INFORMATION_STRUCT_REVISION 0x00
|
||||
|
||||
#define EFI_ACPI_DBG2_PORT_TYPE_SERIAL 0x8000
|
||||
#define EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_FULL_16550 0x0000
|
||||
@@ -60,9 +59,9 @@ typedef struct {
|
||||
// Debug Port 2 Table definition.
|
||||
//
|
||||
typedef struct {
|
||||
EFI_ACPI_DESCRIPTION_HEADER Header;
|
||||
UINT32 OffsetDbgDeviceInfo;
|
||||
UINT32 NumberDbgDeviceInfo;
|
||||
EFI_ACPI_DESCRIPTION_HEADER Header;
|
||||
UINT32 OffsetDbgDeviceInfo;
|
||||
UINT32 NumberDbgDeviceInfo;
|
||||
} EFI_ACPI_DEBUG_PORT_2_DESCRIPTION_TABLE;
|
||||
|
||||
#pragma pack()
|
||||
@@ -70,6 +69,6 @@ typedef struct {
|
||||
//
|
||||
// DBG2 Revision (defined in spec)
|
||||
//
|
||||
#define EFI_ACPI_DEBUG_PORT_2_TABLE_REVISION 0x00
|
||||
#define EFI_ACPI_DEBUG_PORT_2_TABLE_REVISION 0x00
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user