From 7dd1624a7dcbe8e7600de78d1d0c09274bbd30ae Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 14 May 2021 01:11:08 +0200 Subject: layout: Tidy up the include-args API Move all forward declarations into `layout.h`, use consistent naming. Change-Id: I0e87c9d91b9bc4d78f9cee98caff6985803f7be7 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/54287 Reviewed-by: Angel Pons Reviewed-by: Anastasia Klimchuk Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- flash.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'flash.h') diff --git a/flash.h b/flash.h index c50c8926..c6a53b16 100644 --- a/flash.h +++ b/flash.h @@ -417,10 +417,6 @@ __attribute__((format(printf, 2, 3))); #define msg_pspew(...) print(FLASHROM_MSG_SPEW, __VA_ARGS__) /* programmer debug spew */ #define msg_cspew(...) print(FLASHROM_MSG_SPEW, __VA_ARGS__) /* chip debug spew */ -/* layout.c */ -int register_include_arg(struct layout_include_args **args, const char *arg); -void layout_cleanup(struct layout_include_args **args); - /* spi.c */ struct spi_command { unsigned int writecnt; -- cgit v1.2.3