blob: ed9768ce19c05fc9c0e71263239eed2314a8a7e5 [file] [log] [blame]
Ollie Lho184a4042005-11-26 21:55:36 +00001#ifndef __LBTABLE_H__
2#define __LBTABLE_H__ 1
3
4int linuxbios_init(void);
5
6extern char *lb_part, *lb_vendor;
7
8#endif