Changeset 3121b5f in mainline for uspace/drv/bus/usb/usbmid/usbmid.c


Ignore:
Timestamp:
2013-08-07T09:51:53Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e588d12
Parents:
5514cf7
Message:

rename get_device_handle ⇒ get_my_device_handle

File:
1 edited

Legend:

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

    r5514cf7 r3121b5f  
    7373/** DDF interface of the child - USB functions. */
    7474static usb_iface_t child_usb_iface = {
    75         .get_device_handle = usb_iface_device_handle,
     75        .get_my_device_handle = usb_iface_device_handle,
    7676        .get_my_interface = usb_iface_iface_no,
    7777};
Note: See TracChangeset for help on using the changeset viewer.