summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h b/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h
index 91f17a8108..d415a49904 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h
@@ -34,11 +34,11 @@ Abstract:
typedef struct _EFI_UGA_SPLASH_PROTOCOL EFI_UGA_SPLASH_PROTOCOL;
-typedef struct _EFI_UGA_SPLASH_PROTOCOL {
+struct _EFI_UGA_SPLASH_PROTOCOL {
UINT32 PixelWidth;
UINT32 PixelHeight;
EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Image;
-} EFI_UGA_SPLASH_PROTOCOL;
+};
extern EFI_GUID gEfiUgaSplashProtocolGuid;