]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Csm/Include/Framework/BootScript.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Csm / Include / Framework / BootScript.h
index a3518ea837cdce290eb7f7b124762463fa052b71..ea1d03cf479da9d30f335cd63ad33c775717508a 100644 (file)
@@ -17,25 +17,24 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 ///\r
 /// S3 Boot Script Table identifier.\r
 ///\r
-#define FRAMEWORK_EFI_ACPI_S3_RESUME_SCRIPT_TABLE               0x00\r
+#define FRAMEWORK_EFI_ACPI_S3_RESUME_SCRIPT_TABLE  0x00\r
 ///\r
 /// The opcode is used to add a record for memory reads of the memory location and continues when the\r
 /// exit criteria is satisfied, or after a defined duration.\r
 ///\r
-#define FRAMEWORK_EFI_BOOT_SCRIPT_MEM_POLL_OPCODE               0x09\r
+#define FRAMEWORK_EFI_BOOT_SCRIPT_MEM_POLL_OPCODE  0x09\r
 ///\r
 /// The opcode is used to add a record for dispatching specified arbitrary code into a specified\r
 /// boot script table.\r
 ///\r
-#define FRAMEWORK_EFI_BOOT_SCRIPT_DISPATCH_2_OPCODE             0x0D\r
+#define FRAMEWORK_EFI_BOOT_SCRIPT_DISPATCH_2_OPCODE  0x0D\r
 ///\r
 /// The opcode indicates the start of the boot script table.\r
 ///\r
-#define FRAMEWORK_EFI_BOOT_SCRIPT_TABLE_OPCODE                  0xAA\r
+#define FRAMEWORK_EFI_BOOT_SCRIPT_TABLE_OPCODE  0xAA\r
 ///\r
 /// The opcode indicates the end of the boot script table.\r
 ///\r
-#define FRAMEWORK_EFI_BOOT_SCRIPT_TERMINATE_OPCODE              0xFF\r
-\r
+#define FRAMEWORK_EFI_BOOT_SCRIPT_TERMINATE_OPCODE  0xFF\r
 \r
 #endif\r