X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Ffs.h;h=fd1e4ab1c0f3880e0a4a9fdfd8e2be5df42fd4ca;hb=174b45ba96d2ceda07fe38b358e0e687f92ca855;hp=ffb6ce7ada64f0498b46eac89d6a335bea83c488;hpb=1fc4e6f486cc1e9d2dcf0ba86e6021c3d83dce51;p=karo-tx-uboot.git diff --git a/include/fs.h b/include/fs.h index ffb6ce7ada..fd1e4ab1c0 100644 --- a/include/fs.h +++ b/include/fs.h @@ -109,4 +109,10 @@ int do_save(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], int do_fs_uuid(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], int fstype); +/* + * Determine the type of the specified filesystem and print it. Optionally it is + * possible to store the type directly in env. + */ +int do_fs_type(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); + #endif /* _FS_H */