]> git.ozlabs.org Git - yaboot.git/blobdiff - include/fs.h
Revert "make: Update CFLAGS to for -Werror."
[yaboot.git] / include / fs.h
index 1ff7986af5c9343d8dadb7de55005c2704d06511..6800c05c04ac87a5cb8a2dfa71fa01d79dd89186 100644 (file)
@@ -44,6 +44,8 @@ struct fs_t {
                        unsigned int            newpos);
 
        int (*close)(   struct boot_file_t*     file);
+
+       int (*ino_size)(struct boot_file_t *file, unsigned int *size);
 };
 
 extern const struct fs_t *fs_of;