summaryrefslogtreecommitdiffstats
path: root/programmer.h
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-02-22 08:59:27 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-02-22 08:59:27 +0000
commitfdec7475bf9e321a3729d5ba2100e30e110870ea (patch)
treefa61a001405821df55486cd6d8a0058ccc9127f1 /programmer.h
parentf31fe841d78a01cd85b86b5fd9cb7e5bb64dfc4c (diff)
downloadflashrom-fdec7475bf9e321a3729d5ba2100e30e110870ea.tar.gz
flashrom-fdec7475bf9e321a3729d5ba2100e30e110870ea.tar.bz2
flashrom-fdec7475bf9e321a3729d5ba2100e30e110870ea.zip
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 <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'programmer.h')
-rw-r--r--programmer.h1
1 files changed, 1 insertions, 0 deletions
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 */