From 5ca5523fd8f6800c32cbc8f3724b393e791cebd6 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 15 Jun 2019 22:29:08 +0200 Subject: layout: Introduce layout_next_included() Change-Id: Ib01c8af06c3f84eafbd585760e74c3c287b9fa7d Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/33518 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- layout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'layout.h') diff --git a/layout.h b/layout.h index b9454a82..53a20d6c 100644 --- a/layout.h +++ b/layout.h @@ -65,5 +65,6 @@ const struct flashrom_layout *get_layout(const struct flashrom_flashctx *const f int process_include_args(struct flashrom_layout *l, const struct layout_include_args *const args); const struct romentry *layout_next_included_region(const struct flashrom_layout *, chipoff_t); +const struct romentry *layout_next_included(const struct flashrom_layout *, const struct romentry *); #endif /* !__LAYOUT_H__ */ -- cgit v1.2.3