aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/layout.h
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2005-11-26 21:55:36 +0000
committerLi-Ta Lo <ollie@lanl.gov>2005-11-26 21:55:36 +0000
commit1a4f0707bb33836953ffe90f6216ee20210cd1fa (patch)
tree72737cc64699dfdb0cbcee0be4db57ca859f74dd /util/flashrom/layout.h
parentf622d598db3a6fb7001b6b63e7184272eb19db72 (diff)
flasrom update from Stefan, resovle issue 21
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2111 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/layout.h')
-rw-r--r--util/flashrom/layout.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/flashrom/layout.h b/util/flashrom/layout.h
new file mode 100644
index 0000000000..ec1fd1b936
--- /dev/null
+++ b/util/flashrom/layout.h
@@ -0,0 +1,10 @@
+#ifndef __LAYOUT_H__
+#define __LAYOUT_H__ 1
+
+int show_id(uint8_t *bios, int size);
+int read_romlayout(char *name);
+int find_romentry(char *name);
+int handle_romentries(uint8_t *buffer, uint8_t *content);
+
+
+#endif /* !__LAYOUT_H__ */