From 194815a3633498fd27ab3ee216a36233f88f86b4 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 16 Jun 2019 20:22:41 +0200 Subject: layout: Make `struct layout_include_args` private to `layout.c` Change-Id: Icbfee68e85429fe41db1cad6b99f25e9f30cd672 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/33545 Reviewed-by: Angel Pons Reviewed-by: Anastasia Klimchuk Reviewed-by: Edward O'Callaghan Reviewed-by: Peter Marheine Tested-by: build bot (Jenkins) --- layout.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'layout.c') 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) -- cgit v1.2.3