]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/AcpiTable/AcpiTable.h
Removed extra typedefs on structures to remove error with gcc compiler.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / AcpiTable / AcpiTable.h
index 2b7d27fd1ae5d59002ccda8e30f1b10dd34a3bc2..0464369cf4df8640a39bafd52e9042a5dbfefac9 100644 (file)
@@ -102,10 +102,10 @@ EFI_STATUS
 //\r
 // Interface structure for the ACPI Table Protocol\r
 //\r
-typedef struct _EFI_ACPI_TABLE_PROTOCOL {\r
+struct _EFI_ACPI_TABLE_PROTOCOL {\r
   EFI_ACPI_TABLE_INSTALL_ACPI_TABLE    InstallAcpiTable;\r
   EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE  UninstallAcpiTable;\r
-} EFI_ACPI_TABLE_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiAcpiTableProtocolGuid;\r
 \r