summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/programmer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/programmer.h b/include/programmer.h
index 2a4ca765..19363c29 100644
--- a/include/programmer.h
+++ b/include/programmer.h
@@ -55,6 +55,7 @@ extern const struct programmer_entry *const programmer_table[];
extern const size_t programmer_table_size;
/* programmer drivers */
+extern const struct programmer_entry programmer_asm106x;
extern const struct programmer_entry programmer_atahpt;
extern const struct programmer_entry programmer_atapromise;
extern const struct programmer_entry programmer_atavia;