mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-16 00:01:34 +00:00
12 lines
163 B
C
12 lines
163 B
C
#ifndef _SMBIOS_H
|
|
#define _SMBIOS_H
|
|
|
|
/** @file
|
|
*
|
|
* System Management BIOS
|
|
*/
|
|
|
|
extern int find_smbios_serial ( void *data, size_t len );
|
|
|
|
#endif /* _SMBIOS_H */
|