aboutsummaryrefslogtreecommitdiffstats
path: root/include/programmer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/programmer.h')
-rw-r--r--include/programmer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/programmer.h b/include/programmer.h
index db32b2c3..2a4ca765 100644
--- a/include/programmer.h
+++ b/include/programmer.h
@@ -387,7 +387,8 @@ static inline int try_mtd(const struct programmer_cfg *cfg)
/* mcp6x_spi.c */
int mcp6x_spi_init(int want_spi);
-
+/* internal_par.c */
+void internal_par_init(enum chipbustype buses);
/* sb600spi.c */
int sb600_probe_spi(const struct programmer_cfg *cfg, struct pci_dev *dev);