summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Protocol/PlatformLogo.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Protocol/PlatformLogo.h')
-rw-r--r--MdeModulePkg/Include/Protocol/PlatformLogo.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/MdeModulePkg/Include/Protocol/PlatformLogo.h b/MdeModulePkg/Include/Protocol/PlatformLogo.h
index 55c9e08696..08e1dc35a4 100644
--- a/MdeModulePkg/Include/Protocol/PlatformLogo.h
+++ b/MdeModulePkg/Include/Protocol/PlatformLogo.h
@@ -50,18 +50,16 @@ EFI_STATUS
(EFIAPI *EDKII_PLATFORM_LOGO_GET_IMAGE)(
IN EDKII_PLATFORM_LOGO_PROTOCOL *This,
IN OUT UINT32 *Instance,
- OUT EFI_IMAGE_INPUT *Image,
- OUT EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE *Attribute,
- OUT INTN *OffsetX,
- OUT INTN *OffsetY
+ OUT EFI_IMAGE_INPUT *Image,
+ OUT EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE *Attribute,
+ OUT INTN *OffsetX,
+ OUT INTN *OffsetY
);
-
struct _EDKII_PLATFORM_LOGO_PROTOCOL {
- EDKII_PLATFORM_LOGO_GET_IMAGE GetImage;
+ EDKII_PLATFORM_LOGO_GET_IMAGE GetImage;
};
-
-extern EFI_GUID gEdkiiPlatformLogoProtocolGuid;
+extern EFI_GUID gEdkiiPlatformLogoProtocolGuid;
#endif