diff options
Diffstat (limited to 'include/fs.h')
-rw-r--r-- | include/fs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fs.h b/include/fs.h index 06a45f2788..491c60a7cb 100644 --- a/include/fs.h +++ b/include/fs.h @@ -93,4 +93,11 @@ int file_exists(const char *dev_type, const char *dev_part, const char *file, int do_save(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], int fstype); +/* + * Determine the UUID of the specified filesystem and print it. Optionally it is + * possible to store the UUID directly in env. + */ +int do_fs_uuid(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], + int fstype); + #endif /* _FS_H */ |