]> Git Repo - J-u-boot.git/blobdiff - include/fs.h
concurrencytest: Fix Python3 warning
[J-u-boot.git] / include / fs.h
index 29f737b8c2198b1dbd6595b44f1a3f63596ed82c..0794b50d102a91378d4640522acba8ad94cf178e 100644 (file)
@@ -15,6 +15,7 @@ struct cmd_tbl;
 #define FS_TYPE_SANDBOX        3
 #define FS_TYPE_UBIFS  4
 #define FS_TYPE_BTRFS  5
+#define FS_TYPE_SQUASHFS 6
 
 struct blk_desc;
 
@@ -259,4 +260,15 @@ int do_fs_uuid(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
  */
 int do_fs_type(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
 
+/**
+ * do_fs_types - List supported filesystems.
+ *
+ * @cmdtp: Command information for fstypes
+ * @flag: Command flags (CMD_FLAG_...)
+ * @argc: Number of arguments
+ * @argv: List of arguments
+ * @return result (see enum command_ret_t)
+ */
+int do_fs_types(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]);
+
 #endif /* _FS_H */
This page took 0.025871 seconds and 4 git commands to generate.