summaryrefslogtreecommitdiff
path: root/src/helper/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/types.h')
-rw-r--r--src/helper/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/types.h b/src/helper/types.h
index e1a898e5..ece56264 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -42,8 +42,8 @@ typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
#endif
-#ifndef u64
-typedef unsigned long long u64;
+#ifndef uint64_t
+typedef unsigned long long uint64_t;
#endif
typedef struct jtag_tap_s jtag_tap_t;