X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FProtocol%2FUgaSplash%2FUgaSplash.h;fp=EdkCompatibilityPkg%2FFoundation%2FProtocol%2FUgaSplash%2FUgaSplash.h;h=d415a499048a59c4bc8a7bd51e6a8d2470d97da9;hp=91f17a81085a1f9d55291be76aec26f9280c42fc;hb=9c092841829b153eef01007ddb5df50e87f9110f;hpb=e5bce2758f79f8b1d5a5466d48ff482b1b06670e 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;