aboutsummaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/layout.h b/layout.h
index 349cebca..c93d7549 100644
--- a/layout.h
+++ b/layout.h
@@ -57,6 +57,13 @@ struct single_layout {
struct romentry entry;
};
-const struct flashrom_layout *get_global_layout(void);
+struct ich_layout {
+ struct flashrom_layout base;
+ struct romentry entries[5];
+};
+
+struct flashrom_layout *get_global_layout(void);
+
+int process_include_args(struct flashrom_layout *);
#endif /* !__LAYOUT_H__ */