Changeset 317a463 in mainline for uspace/lib/drv/include/usb_iface.h


Ignore:
Timestamp:
2011-11-25T15:11:22Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56bdd9a4
Parents:
fb48a0e
Message:

usb: Drop unused `handle' parameter.

Rename get_interface ⇒ get_my_interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usb_iface.h

    rfb48a0e r317a463  
    7474         * - EOK - operation okay, first parameter contains interface number
    7575         */
    76         IPC_M_USB_GET_INTERFACE,
     76        IPC_M_USB_GET_MY_INTERFACE,
    7777
    7878        /** Tell devman handle of device host controller.
     
    9191typedef struct {
    9292        int (*get_my_address)(ddf_fun_t *, usb_address_t *);
    93         int (*get_interface)(ddf_fun_t *, devman_handle_t, int *);
     93        int (*get_my_interface)(ddf_fun_t *, int *);
    9494        int (*get_hc_handle)(ddf_fun_t *, devman_handle_t *);
    9595} usb_iface_t;
Note: See TracChangeset for help on using the changeset viewer.