From 653c767213f6ae597a816a84fd3332718e0b82f3 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 12 Aug 2012 18:51:07 +0800 Subject: filetype: add fat filesystem support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/filetype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/filetype.h') diff --git a/include/filetype.h b/include/filetype.h index f5de8ed2b5..179ec0f5eb 100644 --- a/include/filetype.h +++ b/include/filetype.h @@ -18,6 +18,7 @@ enum filetype { filetype_aimage, filetype_sh, filetype_mips_barebox, + filetype_fat, }; const char *file_type_to_string(enum filetype f); -- cgit v1.2.3