diff options
| author | Geoff Lywood | 2010-05-29 00:06:24 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-05-30 00:49:39 +0200 |
| commit | eef46c23d6baf3f2717aa8fc201c83928018d162 (patch) | |
| tree | 108a0da79e18ea1860d6f0c5dd61a5d04f82e328 /src/interface/efi | |
| parent | [dhcp] Use correct DHCP options on EFI systems (diff) | |
| download | ipxe-eef46c23d6baf3f2717aa8fc201c83928018d162.tar.gz ipxe-eef46c23d6baf3f2717aa8fc201c83928018d162.tar.xz ipxe-eef46c23d6baf3f2717aa8fc201c83928018d162.zip | |
[efi] Update UEFI header files with latest version from TianoCore
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi')
| -rw-r--r-- | src/interface/efi/efi_smbios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/efi/efi_smbios.c b/src/interface/efi/efi_smbios.c index 150083b94..4b58d8466 100644 --- a/src/interface/efi/efi_smbios.c +++ b/src/interface/efi/efi_smbios.c @@ -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 |
