Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmid/usbmid.c

    r317a463 r5153b58  
    4545
    4646/** Callback for DDF USB interface. */
    47 static int usb_iface_get_interface_impl(ddf_fun_t *fun, int *iface_no)
     47static int usb_iface_get_interface_impl(ddf_fun_t *fun, devman_handle_t handle,
     48    int *iface_no)
    4849{
    4950        assert(fun);
     
    6364        .get_hc_handle = usb_iface_get_hc_handle_device_impl,
    6465        .get_my_address = usb_iface_get_my_address_forward_impl,
    65         .get_my_interface = usb_iface_get_interface_impl,
     66        .get_interface = usb_iface_get_interface_impl,
    6667};
    6768
Note: See TracChangeset for help on using the changeset viewer.