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