]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Include / EfiApi.h
index 87ecd7b22e6d6f5c5495e5670120d7f74af1f4d0..693948185d2d460bc8f79565a7aeefe36d94a524 100644 (file)
@@ -1088,7 +1088,7 @@ typedef struct {
 #define EFI_2_00_SYSTEM_TABLE_REVISION  ((2 << 16) | 00)\r
 #define EFI_2_10_SYSTEM_TABLE_REVISION  ((2 << 16) | 10)\r
 \r
-typedef struct _EFI_SYSTEM_TABLE {\r
+struct _EFI_SYSTEM_TABLE {\r
   EFI_TABLE_HEADER              Hdr;\r
 \r
   CHAR16                        *FirmwareVendor;\r
@@ -1109,6 +1109,6 @@ typedef struct _EFI_SYSTEM_TABLE {
   UINTN                         NumberOfTableEntries;\r
   EFI_CONFIGURATION_TABLE       *ConfigurationTable;\r
 \r
-} EFI_SYSTEM_TABLE;\r
+};\r
 \r
 #endif\r