summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-13 13:13:29 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-10-13 13:13:29 +0200
commit4d32b6eee972c59a29d8a03ea5b62ee6af9c952d (patch)
treed851ba690ecfc9b747c92efa8a80311e1628fd87 /src
parent20c8f64f0a69ec50911a7c0ee64d6ae34df83660 (diff)
downloadopenocd+libswd-4d32b6eee972c59a29d8a03ea5b62ee6af9c952d.tar.gz
openocd+libswd-4d32b6eee972c59a29d8a03ea5b62ee6af9c952d.tar.bz2
openocd+libswd-4d32b6eee972c59a29d8a03ea5b62ee6af9c952d.tar.xz
openocd+libswd-4d32b6eee972c59a29d8a03ea5b62ee6af9c952d.zip
Missing type for eCos.
Diffstat (limited to 'src')
-rw-r--r--src/helper/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/types.h b/src/helper/types.h
index 21a6a337..86b62c23 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -152,6 +152,7 @@ typedef uint64_t uintmax_t;
#define INT64_MIN (-INT64_MAX - 1LL)
#define UINT64_MAX (__CONCAT(INT64_MAX, U) * 2ULL + 1ULL)
+#define ULLONG_MAX 18446744073709551615
/* C99, eCos is C90 compliant (with bits of C99) */
#define isblank(c) ((c) == ' ' || (c) == '\t')