Add ability to read serial number from SMBIOS

This commit is contained in:
Michael Brown
2007-02-01 20:52:12 +00:00
parent 3fd10074d8
commit 22ed1fbaf1
2 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#ifndef _SMBIOS_H
#define _SMBIOS_H
/** @file
*
* System Management BIOS
*/
extern int find_smbios_serial ( void *data, size_t len );
#endif /* _SMBIOS_H */