Changeset 0e126be7 in mainline for uspace/lib/usb/usbdrv.h


Ignore:
Timestamp:
2010-11-20T13:17:54Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b4c797
Parents:
e27595b
Message:

USB drivers specifies full target in requests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/usbdrv.h

    re27595b r0e126be7  
    4141int usb_drv_hc_connect(device_t *, unsigned int);
    4242
    43 int usb_drv_async_interrupt_out(int, usb_endpoint_t,
     43usb_address_t usb_drv_get_my_address(int, device_t *);
     44
     45int usb_drv_async_interrupt_out(int, usb_target_t,
    4446    void *, size_t, usb_handle_t *);
    45 int usb_drv_async_interrupt_in(int, usb_endpoint_t,
     47int usb_drv_async_interrupt_in(int, usb_target_t,
    4648    void *, size_t, size_t *, usb_handle_t *);
    4749
Note: See TracChangeset for help on using the changeset viewer.