Ignore:
Timestamp:
2011-08-25T13:01:19Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
90dd59d
Parents:
e2976bb
Message:

libusbhost: Add hcd paramter to ep creation hook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/hcd.h

    re2976bb r4f0e510  
    5050
    5151        int (*schedule)(hcd_t *, usb_transfer_batch_t *);
     52        int (*ep_add_hook)(hcd_t *, endpoint_t *);
    5253        int (*batch_init_hook)(usb_transfer_batch_t *);
    53         int (*ep_add_hook)(endpoint_t *);
    5454};
    5555/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.