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
@@ -20,23 +20,22 @@
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <OvmfPlatforms.h>
|
||||
|
||||
|
||||
#define LEGACY_INT_BUS 0
|
||||
#define LEGACY_INT_BUS 0
|
||||
#define LEGACY_INT_DEV_PIIX4 0x01
|
||||
#define LEGACY_INT_DEV_Q35 0x1f
|
||||
#define LEGACY_INT_FUNC 0
|
||||
#define LEGACY_INT_FUNC 0
|
||||
|
||||
#define PIRQN 0x00 // PIRQ Null
|
||||
#define PIRQA 0x60
|
||||
#define PIRQB 0x61
|
||||
#define PIRQC 0x62
|
||||
#define PIRQD 0x63
|
||||
#define PIRQE 0x68
|
||||
#define PIRQF 0x69
|
||||
#define PIRQG 0x6A
|
||||
#define PIRQH 0x6B
|
||||
#define PIRQN 0x00 // PIRQ Null
|
||||
#define PIRQA 0x60
|
||||
#define PIRQB 0x61
|
||||
#define PIRQC 0x62
|
||||
#define PIRQD 0x63
|
||||
#define PIRQE 0x68
|
||||
#define PIRQF 0x69
|
||||
#define PIRQG 0x6A
|
||||
#define PIRQH 0x6B
|
||||
|
||||
#define MAX_PIRQ_NUMBER 8
|
||||
#define MAX_PIRQ_NUMBER 8
|
||||
|
||||
/**
|
||||
Return the number of PIRQs supported by this chipset.
|
||||
@@ -114,4 +113,3 @@ WritePirq (
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user