]> git.sur5r.net Git - openocd/blobdiff - src/helper/command.h
Add support for 64 bit parameter to irscan
[openocd] / src / helper / command.h
index 762356355c39074298838295f194ccb2f527e3d4..e969ad96401aa7d2e3a7be33eec701d54392058e 100644 (file)
@@ -353,6 +353,7 @@ int parse_llong(const char *str, long long *ul);
                int parse ## name(const char *str, type * ul)
 
 DECLARE_PARSE_WRAPPER(_uint, unsigned);
+DECLARE_PARSE_WRAPPER(_u64, uint64_t);
 DECLARE_PARSE_WRAPPER(_u32, uint32_t);
 DECLARE_PARSE_WRAPPER(_u16, uint16_t);
 DECLARE_PARSE_WRAPPER(_u8, uint8_t);