]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/PlatformBootManager.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / PlatformBootManager.h
index 26b9ce48ad697f7bf6d0721c08e7f5219abef7df..e527b0ee0eaf79ecb2ac11af51c47c02e311d67d 100644 (file)
@@ -29,7 +29,7 @@ typedef struct _EDKII_PLATFORM_BOOT_MANAGER_PROTOCOL EDKII_PLATFORM_BOOT_MANAGER
 //          All future revisions must be backwards compatible.\r
 //          If a future version is not back wards compatible it is not the same GUID.\r
 //\r
-#define EDKII_PLATFORM_BOOT_MANAGER_PROTOCOL_REVISION 0x00000001\r
+#define EDKII_PLATFORM_BOOT_MANAGER_PROTOCOL_REVISION  0x00000001\r
 \r
 //\r
 // Function Prototypes\r
@@ -65,7 +65,7 @@ typedef struct _EDKII_PLATFORM_BOOT_MANAGER_PROTOCOL EDKII_PLATFORM_BOOT_MANAGER
 */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *PLATFORM_BOOT_MANAGER_REFRESH_ALL_BOOT_OPTIONS) (\r
+(EFIAPI *PLATFORM_BOOT_MANAGER_REFRESH_ALL_BOOT_OPTIONS)(\r
   IN  CONST EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions,\r
   IN  CONST UINTN                        BootOptionsCount,\r
   OUT       EFI_BOOT_MANAGER_LOAD_OPTION **UpdatedBootOptions,\r
@@ -73,10 +73,10 @@ EFI_STATUS
   );\r
 \r
 struct _EDKII_PLATFORM_BOOT_MANAGER_PROTOCOL {\r
-  UINT64                                         Revision;\r
-  PLATFORM_BOOT_MANAGER_REFRESH_ALL_BOOT_OPTIONS RefreshAllBootOptions;\r
+  UINT64                                            Revision;\r
+  PLATFORM_BOOT_MANAGER_REFRESH_ALL_BOOT_OPTIONS    RefreshAllBootOptions;\r
 };\r
 \r
-extern EFI_GUID gEdkiiPlatformBootManagerProtocolGuid;\r
+extern EFI_GUID  gEdkiiPlatformBootManagerProtocolGuid;\r
 \r
 #endif /* __PLATFORM_BOOT_MANAGER_PROTOCOL_H__ */\r