mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 06:49:20 +03:00
Add ability to read serial number from SMBIOS
This commit is contained in:
11
src/arch/i386/include/smbios.h
Normal file
11
src/arch/i386/include/smbios.h
Normal 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 */
|
||||
Reference in New Issue
Block a user