Subversion Repositories HelenOS

Rev

Rev 2619 | Rev 2635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2619 Rev 2622
Line 469... Line 469...
469
        return;
469
        return;
470
    }
470
    }
471
 
471
 
472
    /* FIXME: is this correct method how to pass argument on forwarding ?*/
472
    /* FIXME: is this correct method how to pass argument on forwarding ?*/
473
    ipc_forward_fast(callid, dev->driver->phone, (ipcarg_t)(dev->handle),
473
    ipc_forward_fast(callid, dev->driver->phone, (ipcarg_t)(dev->handle),
474
        0);
474
        0, IPC_FF_NONE);
475
    return;
475
    return;
476
}
476
}
477
 
477
 
478
/** Find handle for device instance identified by name.
478
/** Find handle for device instance identified by name.
479
 * In answer will be send EOK and device handle in arg1 or a error
479
 * In answer will be send EOK and device handle in arg1 or a error