mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Add ability to read serial number from SMBIOS
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user