Removed extra typedefs on structures to fix error generated by gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4939 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -56,10 +56,10 @@ EFI_STATUS
|
||||
OUT UINTN * Size
|
||||
);
|
||||
|
||||
typedef struct _EFI_ACPI_S3_SAVE_PROTOCOL {
|
||||
struct _EFI_ACPI_S3_SAVE_PROTOCOL {
|
||||
EFI_ACPI_GET_LEGACY_MEMORY_SIZE GetLegacyMemorySize;
|
||||
EFI_ACPI_S3_SAVE S3Save;
|
||||
} EFI_ACPI_S3_SAVE_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiAcpiS3SaveGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user