mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
[efi] Update UEFI header files with latest version from TianoCore
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
6514d6430d
commit
eef46c23d6
@@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
/** SMBIOS configuration table */
|
||||
static struct smbios_entry *smbios_entry;
|
||||
EFI_USE_TABLE ( EFI_SMBIOS_TABLE, &smbios_entry, 0 );
|
||||
EFI_USE_TABLE ( SMBIOS_TABLE, &smbios_entry, 0 );
|
||||
|
||||
/**
|
||||
* Find SMBIOS
|
||||
|
||||
Reference in New Issue
Block a user