http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Ported bnx2 driver from Etherboot 5.4.
[people/mcb30/gpxe.git]
/
src
/
arch
/
i386
/
include
/
smbios.h
1
#ifndef _SMBIOS_H
2
#define _SMBIOS_H
3
4
/** @file
5
*
6
* System Management BIOS
7
*/
8
9
extern int find_smbios_serial ( void *data, size_t len );
10
11
#endif /* _SMBIOS_H */