]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Core / Dxe / ArchProtocol / WatchdogTimer / WatchdogTimer.h
index 4ebecfa369495b93759fcf987c563841a5f870c7..8e4d1a2f0ad71de381e1467728bba7ce162fe011 100644 (file)
@@ -166,11 +166,11 @@ Returns:
 //\r
 // Interface stucture for the Watchdog Timer Architectural Protocol\r
 //\r
-typedef struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL {\r
+struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL {\r
   EFI_WATCHDOG_TIMER_REGISTER_HANDLER  RegisterHandler;\r
   EFI_WATCHDOG_TIMER_SET_TIMER_PERIOD  SetTimerPeriod;\r
   EFI_WATCHDOG_TIMER_GET_TIMER_PERIOD  GetTimerPeriod;\r
-} EFI_WATCHDOG_TIMER_ARCH_PROTOCOL;\r
+};\r
 \r
 /*++\r
 \r