summaryrefslogtreecommitdiffstats
path: root/include/filetype.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-12 15:42:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-12 17:22:43 +0200
commit2dfb4028b4eb4843a3dfcf87fd9608ac04bbf622 (patch)
tree604420595251dea45e5d6b873651cf84ada7ac39 /include/filetype.h
parent09a1a28233831c0d17085472e478bca1dba3a7ef (diff)
downloadbarebox-2dfb4028b4eb4843a3dfcf87fd9608ac04bbf622.tar.gz
barebox-2dfb4028b4eb4843a3dfcf87fd9608ac04bbf622.tar.xz
filetype: add BMP support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/filetype.h')
-rw-r--r--include/filetype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filetype.h b/include/filetype.h
index 179ec0f5eb..6c97159aa4 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -19,6 +19,7 @@ enum filetype {
filetype_sh,
filetype_mips_barebox,
filetype_fat,
+ filetype_bmp,
};
const char *file_type_to_string(enum filetype f);