summaryrefslogtreecommitdiff
path: root/util/flashrom/lbtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/lbtable.h')
-rw-r--r--util/flashrom/lbtable.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/flashrom/lbtable.h b/util/flashrom/lbtable.h
deleted file mode 100644
index ed9768ce19..0000000000
--- a/util/flashrom/lbtable.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __LBTABLE_H__
-#define __LBTABLE_H__ 1
-
-int linuxbios_init(void);
-
-extern char *lb_part, *lb_vendor;
-
-#endif