X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_iso.c;h=33d43b3e86d1fdaef162b8deb410e51578c19203;hp=6f301592dc88182c8ec0496ed3a49c0fb2ed27f2;hb=3901c5b44c63c5bf9f576d0dd7646241b8ee4088;hpb=2ad0d7649e5042cad43a16b4a03bf53f39948316 diff --git a/second/fs_iso.c b/second/fs_iso.c index 6f30159..33d43b3 100644 --- a/second/fs_iso.c +++ b/second/fs_iso.c @@ -29,9 +29,8 @@ #include "errors.h" static int iso_open( struct boot_file_t* file, - const char* dev_name, struct partition_t* part, - const char* file_name); + struct boot_fspec_t* fspec); static int iso_read( struct boot_file_t* file, unsigned int size, void* buffer); @@ -50,9 +49,8 @@ struct fs_t iso_filesystem = static int iso_open( struct boot_file_t* file, - const char* dev_name, struct partition_t* part, - const char* file_name) + struct boot_fspec_t* fspec) { return FILE_ERR_BAD_FSYS; } @@ -78,7 +76,7 @@ iso_close( struct boot_file_t* file) return 0; } -/* +/* * Local variables: * c-file-style: "k&r" * c-basic-offset: 5