From 03957bcb472e5065a46bd56e9b8b1f902fac4b3b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 5 Dec 2013 03:15:53 +0000 Subject: [linux] Provide access to SMBIOS via /dev/mem Signed-off-by: Michael Brown --- src/include/ipxe/smbios.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/ipxe') diff --git a/src/include/ipxe/smbios.h b/src/include/ipxe/smbios.h index aaba6cb12..1a34ac04c 100644 --- a/src/include/ipxe/smbios.h +++ b/src/include/ipxe/smbios.h @@ -162,6 +162,8 @@ struct smbios { #define SMBIOS_VERSION( major, minor ) ( ( (major) << 8 ) | (minor) ) 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_smbios_structure ( unsigned int type, unsigned int instance, struct smbios_structure *structure ); extern int read_smbios_structure ( struct smbios_structure *structure, -- cgit v1.2.3-55-g7522