summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-02-16 14:47:06 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-16 23:39:08 +0100
commita7d9ec049844616b5b5f45847e6dff133ea52d96 (patch)
tree1838fb9cf86f97c6f7c8db5b5080e999a64af628 /include
parentee2599db249de5119b2132da5dbe479385ab44b6 (diff)
downloadbarebox-a7d9ec049844616b5b5f45847e6dff133ea52d96.tar.gz
barebox-a7d9ec049844616b5b5f45847e6dff133ea52d96.tar.xz
filetype: add GPT support
GPT need to be check before MBR Cc: Rob Herring <rob.herring@calxeda.com> 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 4d43757b8c..78ca5d2043 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -23,6 +23,7 @@ enum filetype {
filetype_bmp,
filetype_png,
filetype_ext,
+ filetype_gpt,
filetype_max,
};