]> git.sur5r.net Git - openocd/commitdiff
Missing type for eCos.
authorØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 13 Oct 2009 11:13:29 +0000 (13:13 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 13 Oct 2009 11:13:29 +0000 (13:13 +0200)
src/helper/types.h

index 21a6a33763282a428c529d4d6daccd32b05bb76f..86b62c23a7b3c28a411c8454e63f9542318d6b67 100644 (file)
@@ -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')