diff options
Diffstat (limited to 'util/flashrom/layout.h')
-rw-r--r-- | util/flashrom/layout.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/util/flashrom/layout.h b/util/flashrom/layout.h deleted file mode 100644 index b717d34c12..0000000000 --- a/util/flashrom/layout.h +++ /dev/null @@ -1,9 +0,0 @@ -#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__ */ |