mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 18:03:36 +03:00
[linux] Use generic sysfs mechanism to read SMBIOS table
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -255,3 +255,13 @@ int smbios_version ( void ) {
|
||||
|
||||
return smbios.version;
|
||||
}
|
||||
|
||||
/**
|
||||
* Clear SMBIOS entry point descriptor
|
||||
*
|
||||
*/
|
||||
void smbios_clear ( void ) {
|
||||
|
||||
/* Clear address */
|
||||
smbios.address = UNULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user