david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/i386/include/smbios.h
2007-02-01 20:52:12 +00:00

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 */