Add HVUPDI_SUPPORT list for programmers.

This commit is contained in:
Ruud, Jan Egil
2022-06-30 16:15:24 +02:00
committed by Jan Egil Ruud
parent 6473a6d71a
commit 9e5ea25b9e
5 changed files with 55 additions and 6 deletions

View File

@@ -719,6 +719,7 @@ typedef struct programmer_t {
int lineno; /* config file line number */
void *cookie; /* for private use by the programmer */
char flag; /* for private use of the programmer */
LISTID hvupdi_support; /* List of UPDI HV variants the tool supports. See HV_UPDI_VARIANT_ */
} PROGRAMMER;
#ifdef __cplusplus