Changeset 1a02517 in mainline for uspace/lib/usbhost/include/usb/host
- Timestamp:
- 2011-08-25T08:53:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32e093e
- Parents:
- 3afb758
- Location:
- uspace/lib/usbhost/include/usb/host
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r3afb758 r1a02517 50 50 51 51 int (*schedule)(hcd_t *, usb_transfer_batch_t *); 52 void * (*batch_private_ctor)(usb_transfer_batch_t *);53 void (*batch_private_dtor)(void*);52 int (*batch_init_hook)(usb_transfer_batch_t *); 53 int (*ep_add_hook)(endpoint_t *); 54 54 }; 55 55 /*----------------------------------------------------------------------------*/ -
uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
r3afb758 r1a02517 77 77 usb_endpoint_manager_t *instance, usb_target_t target, const uint8_t *data); 78 78 79 /** Wrapper combining allocation and insertion */ 79 80 static inline int usb_endpoint_manager_add_ep(usb_endpoint_manager_t *instance, 80 81 usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction,
Note:
See TracChangeset
for help on using the changeset viewer.