diff options
Diffstat (limited to 'include/programmer.h')
-rw-r--r-- | include/programmer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/programmer.h b/include/programmer.h index 16448ea4..7bcef023 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; |