Codebase list flashrom / upstream/0.0+r2504 lbtable.h
upstream/0.0+r2504

Tree @upstream/0.0+r2504 (Download .tar.gz)

lbtable.h @upstream/0.0+r2504raw · history · blame

1
2
3
4
5
6
7
8
#ifndef __LBTABLE_H__
#define __LBTABLE_H__ 1

int linuxbios_init(void);

extern char *lb_part, *lb_vendor;

#endif