summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h b/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h
index 8a8e638fae..8cf3bb1d4f 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h
@@ -57,11 +57,11 @@ EFI_STATUS
//
// DebugMask protocol definition
//
-typedef struct _EFI_DEBUG_MASK_PROTOCOL {
+struct _EFI_DEBUG_MASK_PROTOCOL {
INT64 Revision;
EFI_GET_DEBUG_MASK GetDebugMask;
EFI_SET_DEBUG_MASK SetDebugMask;
-} EFI_DEBUG_MASK_PROTOCOL;
+};
extern EFI_GUID gEfiDebugMaskProtocolGuid;