diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h | 4 |
1 files changed, 2 insertions, 2 deletions
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;
|