]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / Performance / Performance.h
index ab502ffc57848ca43ec3fa675d8f0041367d7ef0..23b324ec8e5f43699cea0d944edc279112d79ed8 100644 (file)
@@ -91,11 +91,11 @@ EFI_GAUGE_DATA *
   );\r
 \r
 \r
-typedef struct _EFI_PERFORMANCE_PROTOCOL{\r
+struct _EFI_PERFORMANCE_PROTOCOL {\r
   EFI_PERF_START_GAUGE  StartGauge;\r
   EFI_PERF_END_GAUGE    EndGauge;\r
   EFI_PERF_GET_GAUGE    GetGauge;\r
-} EFI_PERFORMANCE_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiPerformanceProtocolGuid;\r
 \r