From 4d32b6eee972c59a29d8a03ea5b62ee6af9c952d Mon Sep 17 00:00:00 2001
From: Øyvind Harboe <oyvind.harboe@zylin.com>
Date: Tue, 13 Oct 2009 13:13:29 +0200
Subject: Missing type for eCos.

---
 src/helper/types.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/helper')

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')
-- 
cgit v1.2.3