summaryrefslogtreecommitdiffstats
path: root/include/filetype.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-11-05 15:47:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-05 15:47:39 +0100
commit592d35a47ce4ef2ffffd9805a1a534771882f3a6 (patch)
treeedd5c958170dcafe0d931308a0de290abd1e7da5 /include/filetype.h
parent7b4cc54579f12cc6c9586e8c21e729dd220e7f45 (diff)
parentccb281647704d6857d3491dc71746d2f7ce38fa7 (diff)
downloadbarebox-592d35a47ce4ef2ffffd9805a1a534771882f3a6.tar.gz
barebox-592d35a47ce4ef2ffffd9805a1a534771882f3a6.tar.xz
Merge branch 'for-next/xz'
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 2c3c38ddd8..cca4dad7f3 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -33,6 +33,7 @@ enum filetype {
filetype_ch_image,
filetype_ch_image_be,
filetype_exe,
+ filetype_xz_compressed,
filetype_max,
};