]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / DebugMask / DebugMask.h
index 8a8e638fae14f3cfed1045292ce51f03db7c077c..8cf3bb1d4f71a997290cde7c14065c3996f63ba2 100644 (file)
@@ -57,11 +57,11 @@ EFI_STATUS
 //\r
 // DebugMask protocol definition\r
 //\r
-typedef struct _EFI_DEBUG_MASK_PROTOCOL {\r
+struct _EFI_DEBUG_MASK_PROTOCOL {\r
   INT64                               Revision;\r
   EFI_GET_DEBUG_MASK                  GetDebugMask;\r
   EFI_SET_DEBUG_MASK                  SetDebugMask;\r
-} EFI_DEBUG_MASK_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiDebugMaskProtocolGuid;\r
 \r