diff options
| author | Michael Brown | 2021-03-03 00:43:21 +0100 |
|---|---|---|
| committer | Michael Brown | 2021-03-03 00:59:48 +0100 |
| commit | 2a2909cd1f55b2110bf8ef48b65816c9fae4637f (patch) | |
| tree | 789e0c1c0b3e93b03bf6e43fbc7462b6496e2418 /src/include/ipxe/smbios.h | |
| parent | [linux] Use generic sysfs mechanism to read ACPI tables (diff) | |
| download | ipxe-2a2909cd1f55b2110bf8ef48b65816c9fae4637f.tar.gz ipxe-2a2909cd1f55b2110bf8ef48b65816c9fae4637f.tar.xz ipxe-2a2909cd1f55b2110bf8ef48b65816c9fae4637f.zip | |
[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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/smbios.h b/src/include/ipxe/smbios.h index 53fbd8cb8..42278fb24 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 */ |
