X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FEfi%2FInclude%2FEfiApi.h;fp=EdkCompatibilityPkg%2FFoundation%2FEfi%2FInclude%2FEfiApi.h;h=693948185d2d460bc8f79565a7aeefe36d94a524;hb=5413b31d7789161891dc0d69c81d4374648c9b1f;hp=87ecd7b22e6d6f5c5495e5670120d7f74af1f4d0;hpb=51eafec6481ac963a2e2cf048126b6a9739962d7;p=mirror_edk2.git diff --git a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h index 87ecd7b22e..693948185d 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h @@ -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