]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / DebugAssert / DebugAssert.h
index 174869329e5f616b3b39210d6f26e5396396aac0..3c684568eb71af4c80da10469f388d133d363c3a 100644 (file)
@@ -73,7 +73,7 @@ EFI_STATUS
   IN  UINTN                             ErrorLevel\r
   );\r
 \r
-typedef struct _EFI_DEBUG_ASSERT_PROTOCOL {\r
+struct _EFI_DEBUG_ASSERT_PROTOCOL {\r
   \r
   EFI_DEBUG_ASSERT    Assert;\r
   EFI_DEBUG_PRINT     Print;\r
@@ -82,7 +82,7 @@ typedef struct _EFI_DEBUG_ASSERT_PROTOCOL {
   EFI_GET_ERROR_LEVEL GetErrorLevel;\r
   EFI_SET_ERROR_LEVEL SetErrorLevel;\r
 \r
-} EFI_DEBUG_ASSERT_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiDebugAssertProtocolGuid;\r
 \r