From 184a4040333ccfe624d8765864458b21bb55d1e1 Mon Sep 17 00:00:00 2001 From: Ollie Lho Date: Sat, 26 Nov 2005 21:55:36 +0000 Subject: Flashrom update from Stefan, resolve issue 21 Corresponding to flashrom svn r34 and coreboot v2 svn r2111. --- layout.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layout.h (limited to 'layout.h') diff --git a/layout.h b/layout.h new file mode 100644 index 00000000..ec1fd1b9 --- /dev/null +++ b/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__ */ -- cgit v1.2.3