summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-11 09:25:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-12 11:54:35 +0200
commitf3d1525337ebf135ce0cc99cc2f18b3e77472443 (patch)
treec1e298a38910ab0f43d1f371acc18d9556c69a99 /include
parent6c727af2c27d84f26a04a8075890f575ebf91814 (diff)
downloadbarebox-f3d1525337ebf135ce0cc99cc2f18b3e77472443.tar.gz
barebox-f3d1525337ebf135ce0cc99cc2f18b3e77472443.tar.xz
filetype: add Android boot image support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/filetype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filetype.h b/include/filetype.h
index 88f31dfe3e..d0b62265b0 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -15,6 +15,7 @@ enum filetype {
filetype_gzip,
filetype_bzip2,
filetype_oftree,
+ filetype_aimage,
};
const char *file_type_to_string(enum filetype f);