OvmfPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the OvmfPkg 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: Andrew Fish <afish@apple.com>
This commit is contained in:
committed by
mergify[bot]
parent
d1050b9dff
commit
ac0a286f4d
@@ -22,11 +22,11 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
// 8259 Hardware definitions
|
||||
|
||||
#define LEGACY_MODE_BASE_VECTOR_MASTER 0x08
|
||||
#define LEGACY_MODE_BASE_VECTOR_SLAVE 0x70
|
||||
#define LEGACY_MODE_BASE_VECTOR_MASTER 0x08
|
||||
#define LEGACY_MODE_BASE_VECTOR_SLAVE 0x70
|
||||
|
||||
#define PROTECTED_MODE_BASE_VECTOR_MASTER 0x68
|
||||
#define PROTECTED_MODE_BASE_VECTOR_SLAVE 0x70
|
||||
#define PROTECTED_MODE_BASE_VECTOR_MASTER 0x68
|
||||
#define PROTECTED_MODE_BASE_VECTOR_SLAVE 0x70
|
||||
|
||||
#define LEGACY_8259_CONTROL_REGISTER_MASTER 0x20
|
||||
#define LEGACY_8259_MASK_REGISTER_MASTER 0x21
|
||||
@@ -35,7 +35,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#define LEGACY_8259_EDGE_LEVEL_TRIGGERED_REGISTER_MASTER 0x4D0
|
||||
#define LEGACY_8259_EDGE_LEVEL_TRIGGERED_REGISTER_SLAVE 0x4D1
|
||||
|
||||
#define LEGACY_8259_EOI 0x20
|
||||
#define LEGACY_8259_EOI 0x20
|
||||
|
||||
// Protocol Function Prototypes
|
||||
|
||||
|
Reference in New Issue
Block a user