X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Ffs.h;h=d960fea61918c80526f97d707f589647241bb8ff;hp=5bc7eebcb6fe44e617f0f8f20e21c929e06f7026;hb=78cfabe0fac2682681c604bfe9b7266f173b9ea2;hpb=2ad0d7649e5042cad43a16b4a03bf53f39948316 diff --git a/include/fs.h b/include/fs.h index 5bc7eeb..d960fea 100644 --- a/include/fs.h +++ b/include/fs.h @@ -35,14 +35,14 @@ struct fs_t { const char* dev_name, struct partition_t* part, const char* file_name); - + int (*read)( struct boot_file_t* file, unsigned int size, void* buffer); - + int (*seek)( struct boot_file_t* file, unsigned int newpos); - + int (*close)( struct boot_file_t* file); };