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