summaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-06-15 22:29:08 +0200
committerNico Huber <nico.h@gmx.de>2019-06-17 08:33:09 +0000
commit5ca5523fd8f6800c32cbc8f3724b393e791cebd6 (patch)
treef68209e48c9c54006a5af5c09e6d0b5d4ad1c9d9 /layout.h
parent70461a9524fc84ec5c095f11927cffa0429a6267 (diff)
downloadflashrom-5ca5523fd8f6800c32cbc8f3724b393e791cebd6.tar.gz
flashrom-5ca5523fd8f6800c32cbc8f3724b393e791cebd6.tar.bz2
flashrom-5ca5523fd8f6800c32cbc8f3724b393e791cebd6.zip
layout: Introduce layout_next_included()
Change-Id: Ib01c8af06c3f84eafbd585760e74c3c287b9fa7d Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33518 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.h b/layout.h
index b9454a821..53a20d6cb 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__ */