mirror of
https://github.com/ipxe/ipxe
synced 2026-02-07 07:23:41 +03:00
[smbios] Support scanning for the 64-bit SMBIOS3 entry point
Support scanning for the 64-bit SMBIOS3 entry point in addition to the 32-bit SMBIOS2 entry point. Prefer use of the 32-bit entry point if present, since this is guaranteed to be within accessible memory. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -227,6 +227,8 @@ struct smbios {
|
||||
extern int find_smbios ( struct smbios *smbios );
|
||||
extern int find_smbios_entry ( userptr_t start, size_t len,
|
||||
struct smbios_entry *entry );
|
||||
extern int find_smbios3_entry ( userptr_t start, size_t len,
|
||||
struct smbios3_entry *entry );
|
||||
extern int find_smbios_structure ( unsigned int type, unsigned int instance,
|
||||
struct smbios_structure *structure );
|
||||
extern int read_smbios_structure ( struct smbios_structure *structure,
|
||||
|
||||
Reference in New Issue
Block a user