X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=include%2Ffs.h;h=d960fea61918c80526f97d707f589647241bb8ff;hb=a5141a38c8aacc04e7c7673d2cb522a085245d68;hp=5bc7eebcb6fe44e617f0f8f20e21c929e06f7026;hpb=2ad0d7649e5042cad43a16b4a03bf53f39948316;p=yaboot.git 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); };