summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2021-05-14 01:07:28 +0200
committerNico Huber <nico.h@gmx.de>2021-06-26 15:59:34 +0000
commitd855351ce708531b8bc060611a30d37294a941ac (patch)
tree821d56b897fc459e7897516a9c0f4c5892e632fc /flash.h
parent7f480531721bca467541f9471ab39937fa9c2ad5 (diff)
downloadflashrom-d855351ce708531b8bc060611a30d37294a941ac.tar.gz
flashrom-d855351ce708531b8bc060611a30d37294a941ac.tar.bz2
flashrom-d855351ce708531b8bc060611a30d37294a941ac.zip
layout: Kill the global layout
Change-Id: Ic302e9c5faf1368e5ca244ce461e55e14f916ab8 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/54286 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index c8c0f9d27..c50c8926b 100644
--- a/flash.h
+++ b/flash.h
@@ -419,7 +419,6 @@ __attribute__((format(printf, 2, 3)));
/* layout.c */
int register_include_arg(struct layout_include_args **args, const char *arg);
-int read_romlayout(const char *name);
void layout_cleanup(struct layout_include_args **args);
/* spi.c */