Removed extra typedefs on structures to remove error with gcc compiler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4928 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -102,10 +102,10 @@ EFI_STATUS
|
||||
//
|
||||
// Interface structure for the ACPI Table Protocol
|
||||
//
|
||||
typedef struct _EFI_ACPI_TABLE_PROTOCOL {
|
||||
struct _EFI_ACPI_TABLE_PROTOCOL {
|
||||
EFI_ACPI_TABLE_INSTALL_ACPI_TABLE InstallAcpiTable;
|
||||
EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE UninstallAcpiTable;
|
||||
} EFI_ACPI_TABLE_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiAcpiTableProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user