]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/DebugSupport.h
Removed extra typedefs on structures to remove error with gcc compiler.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / DebugSupport / DebugSupport.h
index d5ed15f2324c730a5ee56762ffa88d391717fbc8..5c08d5a0ce0a4ed34b5c291ac82ff41ec5cf621c 100644 (file)
@@ -581,13 +581,13 @@ EFI_STATUS
 //\r
 // DebugSupport protocol definition\r
 //\r
-typedef struct _EFI_DEBUG_SUPPORT_PROTOCOL {\r
+struct _EFI_DEBUG_SUPPORT_PROTOCOL {\r
   EFI_INSTRUCTION_SET_ARCHITECTURE  Isa;\r
   EFI_GET_MAXIMUM_PROCESSOR_INDEX   GetMaximumProcessorIndex;\r
   EFI_REGISTER_PERIODIC_CALLBACK    RegisterPeriodicCallback;\r
   EFI_REGISTER_EXCEPTION_CALLBACK   RegisterExceptionCallback;\r
   EFI_INVALIDATE_INSTRUCTION_CACHE  InvalidateInstructionCache;\r
-} EFI_DEBUG_SUPPORT_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiDebugSupportProtocolGuid;\r
 \r