fs: btrfs: Add U-Boot fs handlers.

Signed-off-by: Marek Behun <marek.behun@nic.cz>

 create mode 100644 fs/btrfs/Kconfig
 create mode 100644 fs/btrfs/Makefile
 create mode 100644 fs/btrfs/btrfs.c
 create mode 100644 include/btrfs.h
This commit is contained in:
Marek Behún
2017-09-03 17:00:29 +02:00
committed by Tom Rini
parent 21a14facb1
commit 0c936ee319
8 changed files with 285 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
#define FS_TYPE_EXT 2
#define FS_TYPE_SANDBOX 3
#define FS_TYPE_UBIFS 4
#define FS_TYPE_BTRFS 5
/*
* Tell the fs layer which block device an partition to use for future