diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-02-18 10:26:20 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-02-18 10:26:20 +0200 |
commit | c0e2c526578aff5e531a9afa765c7900ba6e5c34 (patch) | |
tree | 21b2c29a7482c1eab10f627221b608fed12e0d37 /ubi-utils/src/unubi_analyze.h | |
parent | 0b8f3bea73524d339c26f9048be3528e3a5b79f3 (diff) |
UBI: update ubi-header.h
Take the latest version from the kernel, where it was renamed
to ubi-media.h.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/unubi_analyze.h')
-rw-r--r-- | ubi-utils/src/unubi_analyze.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/unubi_analyze.h b/ubi-utils/src/unubi_analyze.h index 8588219..c478f53 100644 --- a/ubi-utils/src/unubi_analyze.h +++ b/ubi-utils/src/unubi_analyze.h @@ -48,7 +48,7 @@ #include <stdio.h> #include <stdint.h> -#include <mtd/ubi-header.h> +#include <mtd/ubi-media.h> #define FN_EH_STAT "analysis_blocks.txt" #define FN_EH_DATA "analysis_ec_hdr.data" |