summaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout.c b/layout.c
index e71f6a40c..9df003516 100644
--- a/layout.c
+++ b/layout.c
@@ -29,6 +29,12 @@ struct flashrom_layout {
struct romentry *head;
};
+struct layout_include_args {
+ char *name;
+ char *file;
+ struct layout_include_args *next;
+};
+
static struct flashrom_layout *global_layout;
struct flashrom_layout *get_global_layout(void)