summaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/layout.h b/layout.h
index f32dc8293..fd1049d83 100644
--- a/layout.h
+++ b/layout.h
@@ -58,6 +58,8 @@ struct single_layout {
};
struct flashrom_layout *get_global_layout(void);
+struct flashrom_flashctx;
+const struct flashrom_layout *get_layout(const struct flashrom_flashctx *const flashctx);
int process_include_args(struct flashrom_layout *);