aboutsummaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h4
1 files changed, 0 insertions, 4 deletions
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;