X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_iso.c;h=33d43b3e86d1fdaef162b8deb410e51578c19203;hp=303790f27bded5f97d8dd34b0d2a6a38ed367396;hb=d1e8ca1612860aece5ee4ab5f23d91737f0fa3e6;hpb=1110d149dc41114e22297244ca274b9a52487356 diff --git a/second/fs_iso.c b/second/fs_iso.c index 303790f..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; }