From f31fe841d78a01cd85b86b5fd9cb7e5bb64dfc4c Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Mon, 22 Feb 2016 08:59:15 +0000 Subject: pickit2_spi: 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 r1941. 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 301f3ff..9a880d7 100644 --- a/programmer.h +++ b/programmer.h @@ -499,6 +499,7 @@ int mstarddc_spi_init(void); /* pickit2_spi.c */ #if CONFIG_PICKIT2_SPI == 1 int pickit2_spi_init(void); +extern const struct dev_entry devs_pickit2_spi[]; #endif /* rayer_spi.c */ -- cgit v1.1