X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Ffs.h;h=6800c05c04ac87a5cb8a2dfa71fa01d79dd89186;hb=189c50f74e50dc4784766cf198b28e5917403e1e;hp=1ff7986af5c9343d8dadb7de55005c2704d06511;hpb=d1e8ca1612860aece5ee4ab5f23d91737f0fa3e6;p=yaboot.git diff --git a/include/fs.h b/include/fs.h index 1ff7986..6800c05 100644 --- a/include/fs.h +++ b/include/fs.h @@ -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;