]> git.ozlabs.org Git - yaboot.git/blobdiff - include/fs.h
ofpath: Add support for VSCSI, VFC, and SAS
[yaboot.git] / include / fs.h
index 1ff7986af5c9343d8dadb7de55005c2704d06511..7f7847cde4ac91be3c2252c92d3edb625551e182 100644 (file)
@@ -44,6 +44,8 @@ struct fs_t {
                        unsigned int            newpos);
 
        int (*close)(   struct boot_file_t*     file);
+
+       unsigned int (*ino_size)(struct boot_file_t *file);
 };
 
 extern const struct fs_t *fs_of;