]> git.sur5r.net Git - openocd/blobdiff - src/helper/log.h
Add RISC-V support.
[openocd] / src / helper / log.h
index 512bcc5126d5bd9563c52899f0873d90c2d1462d..d60587f72c4ce3f72cfb38ebd36d2ee7f48786f0 100644 (file)
@@ -149,6 +149,8 @@ extern int debug_level;
  */
 #define ERROR_FAIL                                             (-4)
 #define ERROR_WAIT                                             (-5)
+/* ERROR_TIMEOUT is already taken by winerror.h. */
+#define ERROR_TIMEOUT_REACHED                  (-6)
 
 
 #endif /* OPENOCD_HELPER_LOG_H */