Changeset 3121b5f in mainline for uspace/lib/drv/include/usb_iface.h


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/lib/drv/include/usb_iface.h

    r5514cf7 r3121b5f  
    5353
    5454int usb_get_my_interface(async_exch_t *, int *);
    55 int usb_get_device_handle(async_exch_t *, devman_handle_t *);
     55int usb_get_my_device_handle(async_exch_t *, devman_handle_t *);
    5656
    5757int usb_reserve_default_address(async_exch_t *, usb_speed_t);
     
    7676typedef struct {
    7777        int (*get_my_interface)(ddf_fun_t *, int *);
    78         int (*get_device_handle)(ddf_fun_t *, devman_handle_t *);
     78        int (*get_my_device_handle)(ddf_fun_t *, devman_handle_t *);
    7979
    8080        int (*reserve_default_address)(ddf_fun_t *, usb_speed_t);
Note: See TracChangeset for help on using the changeset viewer.