X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=f2ba0daa6f973ed5cfcd8f915dad132a67184886;hp=0c6623f01e10257c5747273a26a125d7ed162feb;hb=b68674a1da7249c52b00b511fe0ceb20ace5ae4d;hpb=fc7edd57ac6678d1113bc09265798de3fdc68347 diff --git a/src/helper/log.h b/src/helper/log.h index 0c6623f01e..f2ba0daa6f 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -154,6 +154,7 @@ extern int debug_level; #define ERROR_WAIT (-5) /* ERROR_TIMEOUT is already taken by winerror.h. */ #define ERROR_TIMEOUT_REACHED (-6) +#define ERROR_NOT_IMPLEMENTED (-7) #endif /* OPENOCD_HELPER_LOG_H */