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
@@ -4,16 +4,17 @@
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
|
||||
#ifndef __MICROVM_H__
|
||||
#define __MICROVM_H__
|
||||
|
||||
#define MICROVM_PSEUDO_DEVICE_ID 0xfff1
|
||||
#define MICROVM_PSEUDO_DEVICE_ID 0xfff1
|
||||
|
||||
/* generic event device */
|
||||
#define MICROVM_GED_MMIO_BASE 0xfea00000
|
||||
#define MICROVM_GED_MMIO_BASE_REGS (MICROVM_GED_MMIO_BASE + 0x200)
|
||||
#define MICROVM_ACPI_GED_REG_SLEEP_CTL 0x00
|
||||
#define MICROVM_ACPI_GED_REG_RESET 0x02
|
||||
#define MICROVM_ACPI_GED_RESET_VALUE 0x42
|
||||
#define MICROVM_GED_MMIO_BASE 0xfea00000
|
||||
#define MICROVM_GED_MMIO_BASE_REGS (MICROVM_GED_MMIO_BASE + 0x200)
|
||||
#define MICROVM_ACPI_GED_REG_SLEEP_CTL 0x00
|
||||
#define MICROVM_ACPI_GED_REG_RESET 0x02
|
||||
#define MICROVM_ACPI_GED_RESET_VALUE 0x42
|
||||
|
||||
#endif // __MICROVM_H__
|
||||
|
Reference in New Issue
Block a user