]> git.ozlabs.org Git - yaboot.git/blobdiff - include/fs.h
fs_of: Add an ino_seek() method.
[yaboot.git] / include / fs.h
index 7f7847cde4ac91be3c2252c92d3edb625551e182..6800c05c04ac87a5cb8a2dfa71fa01d79dd89186 100644 (file)
@@ -45,7 +45,7 @@ struct fs_t {
 
        int (*close)(   struct boot_file_t*     file);
 
-       unsigned int (*ino_size)(struct boot_file_t *file);
+       int (*ino_size)(struct boot_file_t *file, unsigned int *size);
 };
 
 extern const struct fs_t *fs_of;