diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-22 16:02:52 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-22 16:22:52 +0200 |
commit | 22f5fe49d60ea43524a902408b3112a78f2c5aae (patch) | |
tree | 873fd6ca0023a2e71eaf78292ead57af6f07e7f6 /ubi-utils/src/common.h | |
parent | f1d0f2363471837b89bf89410251f263680b683a (diff) |
ubi-utils: massive changes
This commit basically removes most of the old ubi utilities
as they are barely maintainamble.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/common.h')
-rw-r--r-- | ubi-utils/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubi-utils/src/common.h b/ubi-utils/src/common.h index b27f866..89094ab 100644 --- a/ubi-utils/src/common.h +++ b/ubi-utils/src/common.h @@ -24,6 +24,7 @@ extern "C" { #endif #define MIN(a ,b) ((a) < (b) ? (a) : (b)) +#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) /* Error messages */ #define errmsg(fmt, ...) do { \ |