2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-05 19:15:05 +00:00
xNBA/src/arch/i386/include/smbios.h

12 lines
163 B
C
Raw Normal View History

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