summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/smbios.h
blob: 5b35ade1a4e50e08292b6ea81c256094ee19847b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SMBIOS_H
#define _SMBIOS_H

/** @file
 *
 * System Management BIOS
 */

extern int find_smbios_serial ( void *data, size_t len );

#endif /* _SMBIOS_H */