summaryrefslogtreecommitdiffstats
path: root/include/programmer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/programmer.h')
-rw-r--r--include/programmer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/programmer.h b/include/programmer.h
index 16448ea40..7bcef023c 100644
--- a/include/programmer.h
+++ b/include/programmer.h
@@ -193,6 +193,7 @@ struct board_match {
};
extern const struct board_match board_matches[];
+extern const size_t board_matches_size;
struct board_info {
const char *vendor;