mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user