]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/CustomizedDecompress.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / CustomizedDecompress / CustomizedDecompress.h
index 8e237456ea731cb0413c1aae20f5ffad88c39477..4b154c631d02076f957cd434943ae587d99be750 100644 (file)
@@ -129,10 +129,10 @@ Returns:
 \r
 --*/\r
 \r
-typedef struct _EFI_CUSTOMIZED_DECOMPRESS_PROTOCOL {\r
+struct _EFI_CUSTOMIZED_DECOMPRESS_PROTOCOL {\r
   EFI_CUSTOMIZED_DECOMPRESS_GET_INFO    GetInfo;\r
   EFI_CUSTOMIZED_DECOMPRESS_DECOMPRESS  Decompress;\r
-} EFI_CUSTOMIZED_DECOMPRESS_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiCustomizedDecompressProtocolGuid;\r
 \r