From 1a4f0707bb33836953ffe90f6216ee20210cd1fa Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Sat, 26 Nov 2005 21:55:36 +0000 Subject: flasrom update from Stefan, resovle issue 21 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2111 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/lbtable.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 util/flashrom/lbtable.h (limited to 'util/flashrom/lbtable.h') diff --git a/util/flashrom/lbtable.h b/util/flashrom/lbtable.h new file mode 100644 index 0000000000..ed9768ce19 --- /dev/null +++ b/util/flashrom/lbtable.h @@ -0,0 +1,8 @@ +#ifndef __LBTABLE_H__ +#define __LBTABLE_H__ 1 + +int linuxbios_init(void); + +extern char *lb_part, *lb_vendor; + +#endif -- cgit v1.2.3