mirror of https://github.com/acidanthera/audk.git
Removed extra typedefs on structures to fix error generated by gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4935 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
51eafec648
commit
5413b31d77
|
@ -1088,7 +1088,7 @@ typedef struct {
|
|||
#define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | 00)
|
||||
#define EFI_2_10_SYSTEM_TABLE_REVISION ((2 << 16) | 10)
|
||||
|
||||
typedef struct _EFI_SYSTEM_TABLE {
|
||||
struct _EFI_SYSTEM_TABLE {
|
||||
EFI_TABLE_HEADER Hdr;
|
||||
|
||||
CHAR16 *FirmwareVendor;
|
||||
|
@ -1109,6 +1109,6 @@ typedef struct _EFI_SYSTEM_TABLE {
|
|||
UINTN NumberOfTableEntries;
|
||||
EFI_CONFIGURATION_TABLE *ConfigurationTable;
|
||||
|
||||
} EFI_SYSTEM_TABLE;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue