]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ext4fs.h
fs: make it possible to read the filesystem UUID
[karo-tx-uboot.git] / include / ext4fs.h
index 6c419f3a233759c7e0998a1e5a25d7792a00bcfe..38970e4817775ed3341a37271cf2c0f48c0b95f4 100644 (file)
@@ -145,4 +145,5 @@ int ext4fs_probe(block_dev_desc_t *fs_dev_desc,
                 disk_partition_t *fs_partition);
 int ext4_read_file(const char *filename, void *buf, int offset, int len);
 int ext4_read_superblock(char *buffer);
+int ext4fs_uuid(char *uuid_str);
 #endif