Changeset 48ae3ef in mainline for uspace/lib/usbhost/include/usb/host/endpoint.h
- Timestamp:
- 2011-10-28T21:52:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57e06ef
- Parents:
- 7265558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
r7265558 r48ae3ef 54 54 fibril_condvar_t avail; 55 55 volatile bool active; 56 void (*destroy_hook)(struct endpoint *);57 56 struct { 58 57 void *data; … … 68 67 69 68 void endpoint_set_hc_data(endpoint_t *instance, 70 void *data, void (*destroy_hook)(endpoint_t *), 71 int (*toggle_get)(void *), void (*toggle_set)(void *, int)); 69 void *data, int (*toggle_get)(void *), void (*toggle_set)(void *, int)); 72 70 void endpoint_clear_hc_data(endpoint_t *instance); 73 71
Note:
See TracChangeset
for help on using the changeset viewer.