X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fcommand.h;h=e969ad96401aa7d2e3a7be33eec701d54392058e;hp=762356355c39074298838295f194ccb2f527e3d4;hb=7641fb6ac6bc0736627a26dad9616fcb67cf59ab;hpb=18e15390df676636cd2f29093ef78ec6e757036a diff --git a/src/helper/command.h b/src/helper/command.h index 762356355c..e969ad9640 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -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);