coreboot-kgpe-d16/util/flashrom/lbtable.h

9 lines
116 B
C

#ifndef __LBTABLE_H__
#define __LBTABLE_H__ 1
int linuxbios_init(void);
extern char *lb_part, *lb_vendor;
#endif