summaryrefslogtreecommitdiffstats
path: root/include/filetype.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-10-03 12:01:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-06 13:26:51 +0200
commit32d88d9a86f947de0253334e2822219457adfc7c (patch)
tree3e0c88dacebce377f5560acd9178bee85c6c29ae /include/filetype.h
parent453fe26ed700bcdd769d6abc137fd79c8c85195a (diff)
downloadbarebox-32d88d9a86f947de0253334e2822219457adfc7c.tar.gz
barebox-32d88d9a86f947de0253334e2822219457adfc7c.tar.xz
filetype: add Binary PacKage BPK type
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 9a864daddb..ffefe1c905 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -28,6 +28,7 @@ enum filetype {
filetype_ext,
filetype_gpt,
filetype_ubifs,
+ filetype_bpk,
filetype_max,
};