summaryrefslogtreecommitdiff
path: root/programmer.h
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2016-02-22 08:59:27 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2016-02-22 08:59:27 +0000
commitaeb2d03a1dafab9bb4c249c9360d79d8e0e56d9e (patch)
treefa61a001405821df55486cd6d8a0058ccc9127f1 /programmer.h
parentf9af72f36bd415af338546ea4e160b1678b7facb (diff)
downloadflashrom-aeb2d03a1dafab9bb4c249c9360d79d8e0e56d9e.tar.gz
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. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1942 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 9a880d7..bd8e98d 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 */