]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/Print/Print.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / Print / Print.h
index eba79cd0729c3c465654dd8f26a3ae344e767813..bdd9df19f49618af36cd0c1b0bb2340686540338 100644 (file)
@@ -41,9 +41,9 @@ UINTN
   IN  VA_LIST       Marker\r
   );\r
 \r
-typedef struct _EFI_PRINT_PROTOCOL {\r
+struct _EFI_PRINT_PROTOCOL {\r
   EFI_VSPRINT                                   VSPrint;\r
-} EFI_PRINT_PROTOCOL;\r
+};\r
 \r
 \r
 extern EFI_GUID gEfiPrintProtocolGuid;\r