X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=EdkCompatibilityPkg%2FFoundation%2FProtocol%2FDebugAssert%2FDebugAssert.h;h=3c684568eb71af4c80da10469f388d133d363c3a;hb=9c092841829b153eef01007ddb5df50e87f9110f;hp=174869329e5f616b3b39210d6f26e5396396aac0;hpb=e5bce2758f79f8b1d5a5466d48ff482b1b06670e;p=mirror_edk2.git diff --git a/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h b/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h index 174869329e..3c684568eb 100644 --- a/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h +++ b/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h @@ -73,7 +73,7 @@ EFI_STATUS IN UINTN ErrorLevel ); -typedef struct _EFI_DEBUG_ASSERT_PROTOCOL { +struct _EFI_DEBUG_ASSERT_PROTOCOL { EFI_DEBUG_ASSERT Assert; EFI_DEBUG_PRINT Print; @@ -82,7 +82,7 @@ typedef struct _EFI_DEBUG_ASSERT_PROTOCOL { EFI_GET_ERROR_LEVEL GetErrorLevel; EFI_SET_ERROR_LEVEL SetErrorLevel; -} EFI_DEBUG_ASSERT_PROTOCOL; +}; extern EFI_GUID gEfiDebugAssertProtocolGuid;