]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Core / Dxe / ArchProtocol / Timer / Timer.h
index 76ec85a7fe3f7f397cf45b31be1ef49584565c24..cca275e408d12dc28cb62657e866f84a1adeb4cc 100644 (file)
@@ -215,12 +215,12 @@ Returns:
 //\r
 // Interface stucture for the Timer Architectural Protocol\r
 //\r
-typedef struct _EFI_TIMER_ARCH_PROTOCOL {\r
+struct _EFI_TIMER_ARCH_PROTOCOL {\r
   EFI_TIMER_REGISTER_HANDLER          RegisterHandler;\r
   EFI_TIMER_SET_TIMER_PERIOD          SetTimerPeriod;\r
   EFI_TIMER_GET_TIMER_PERIOD          GetTimerPeriod;\r
   EFI_TIMER_GENERATE_SOFT_INTERRUPT   GenerateSoftInterrupt;\r
-} EFI_TIMER_ARCH_PROTOCOL;\r
+};\r
 \r
 /*++\r
 \r