Changeset 8dc762e0 in mainline for uspace/lib/usb/include/usb/host/usb_endpoint_manager.h
- Timestamp:
- 2011-04-06T21:12:41Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- f567bcf
- Parents:
- 1e70157
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/host/usb_endpoint_manager.h
r1e70157 r8dc762e0 43 43 #include <fibril_synch.h> 44 44 #include <usb/usb.h> 45 #include <usb/host/endpoint.h> 45 46 46 47 #define BANDWIDTH_TOTAL_USB11 12000000 … … 63 64 64 65 int usb_endpoint_manager_register_ep(usb_endpoint_manager_t *instance, 65 usb_address_t address, usb_endpoint_t e p, usb_direction_t direction,66 void *data, void (*data_remove_callback)(void* data), size_t bw);66 usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction, 67 endpoint_t *ep, size_t data_size); 67 68 68 69 int usb_endpoint_manager_register_ep_wait(usb_endpoint_manager_t *instance, … … 74 75 usb_address_t address, usb_endpoint_t ep, usb_direction_t direction); 75 76 76 void * usb_endpoint_manager_get_ep_data(usb_endpoint_manager_t *instance,77 endpoint_t * usb_endpoint_manager_get_ep(usb_endpoint_manager_t *instance, 77 78 usb_address_t address, usb_endpoint_t ep, usb_direction_t direction, 78 79 size_t *bw);
Note:
See TracChangeset
for help on using the changeset viewer.