aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/smbios.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2021-03-02 23:43:21 +0000
committerMichael Brown <mcb30@ipxe.org>2021-03-02 23:59:48 +0000
commit2a2909cd1f55b2110bf8ef48b65816c9fae4637f (patch)
tree789e0c1c0b3e93b03bf6e43fbc7462b6496e2418 /src/include/ipxe/smbios.h
parent681600680845b5c292ff09ce4748e921adb20d96 (diff)
downloadipxe-2a2909cd1f55b2110bf8ef48b65816c9fae4637f.zip
ipxe-2a2909cd1f55b2110bf8ef48b65816c9fae4637f.tar.gz
ipxe-2a2909cd1f55b2110bf8ef48b65816c9fae4637f.tar.bz2
[linux] Use generic sysfs mechanism to read SMBIOS table
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/smbios.h')
-rw-r--r--src/include/ipxe/smbios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/smbios.h b/src/include/ipxe/smbios.h
index 53fbd8c..42278fb 100644
--- a/src/include/ipxe/smbios.h
+++ b/src/include/ipxe/smbios.h
@@ -235,5 +235,6 @@ extern int read_smbios_string ( struct smbios_structure *structure,
unsigned int index,
void *data, size_t len );
extern int smbios_version ( void );
+extern void smbios_clear ( void );
#endif /* _IPXE_SMBIOS_H */