summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2013-12-05 04:15:53 +0100
committerMichael Brown2013-12-05 04:16:27 +0100
commit03957bcb472e5065a46bd56e9b8b1f902fac4b3b (patch)
tree8ebbdefe842454d573c1834d1bc5398369de9402 /src/include/ipxe
parent[ipv6] Add support for resolving IPv6 addresses via the "nslookup" command (diff)
downloadipxe-03957bcb472e5065a46bd56e9b8b1f902fac4b3b.tar.gz
ipxe-03957bcb472e5065a46bd56e9b8b1f902fac4b3b.tar.xz
ipxe-03957bcb472e5065a46bd56e9b8b1f902fac4b3b.zip
[linux] Provide access to SMBIOS via /dev/mem
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/smbios.h2
1 files changed, 2 insertions, 0 deletions
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,