X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FProtocol%2FDebugMask%2FDebugMask.h;h=8cf3bb1d4f71a997290cde7c14065c3996f63ba2;hp=8a8e638fae14f3cfed1045292ce51f03db7c077c;hb=9c092841829b153eef01007ddb5df50e87f9110f;hpb=e5bce2758f79f8b1d5a5466d48ff482b1b06670e 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;