Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
9d3d93e700076f513572752e70138c5905cbd2e4
/
.
/
lbtable.h
blob: ed9768ce19c05fc9c0e71263239eed2314a8a7e5 [
file
] [
log
] [
blame
]
Ollie Lho
184a404
2005-11-26 21:55:36 +0000
[
diff
] [
blame
]
1
#ifndef
__LBTABLE_H__
2
#define
__LBTABLE_H__
1
3
4
int
linuxbios_init
(
void
);
5
6
extern
char
*
lb_part
,
*
lb_vendor
;
7
8
#endif