From fdec7475bf9e321a3729d5ba2100e30e110870ea Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Mon, 22 Feb 2016 08:59:27 +0000 Subject: dediprog: use ordinary USB devs array Even though there is currently only one USB device ID in the wild using our standard way to define the devices creates nicer output for -L and -z. Corresponding to flashrom svn r1942. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger --- programmer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'programmer.h') diff --git a/programmer.h b/programmer.h index 9a880d786..bd8e98d59 100644 --- a/programmer.h +++ b/programmer.h @@ -528,6 +528,7 @@ int linux_spi_init(void); /* dediprog.c */ #if CONFIG_DEDIPROG == 1 int dediprog_init(void); +extern const struct dev_entry devs_dediprog[]; #endif /* ch341a_spi.c */ -- cgit v1.2.3