summaryrefslogtreecommitdiff
path: root/include/fs.h
diff options
context:
space:
mode:
authorAdnan Ali <adnan.ali at codethink.co.uk>2014-07-22 14:52:51 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-23 10:57:50 +0100
commit199cd8fbb7df07f7b665de823311abcf71718aad (patch)
tree1465ff1e96b010f325a790f9f15f0af012410d7a /include/fs.h
parent90a565acf3a18c61170ec0e0b2046c98cb7ecc85 (diff)
downloadu-boot-199cd8fbb7df07f7b665de823311abcf71718aad.tar.gz
Introduces btrfs file-system to read file from
volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fs.h b/include/fs.h
index 06a45f2788..9d9545c124 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -22,6 +22,7 @@
#define FS_TYPE_FAT 1
#define FS_TYPE_EXT 2
#define FS_TYPE_SANDBOX 3
+#define FS_TYPE_BTR 4
/*
* Tell the fs layer which block device an partition to use for future