Changeset 620c710 in mainline for uspace/lib/usbhost/include/usb/host/endpoint.h
- Timestamp:
- 2011-08-25T14:21:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 961c29e8
- Parents:
- e20eaed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
re20eaed r620c710 54 54 fibril_condvar_t avail; 55 55 volatile bool active; 56 void (*destroy_hook)(struct endpoint *); 56 57 struct { 57 58 void *data; 58 void (*data_dtor)(void*);59 59 int (*toggle_get)(void *); 60 60 void (*toggle_set)(void *, int); … … 69 69 70 70 void endpoint_set_hc_data(endpoint_t *instance, 71 void *data, void (*d ata_dtor)(void*),71 void *data, void (*destroy_hook)(endpoint_t *), 72 72 int (*toggle_get)(void *), void (*toggle_set)(void *, int)); 73 73
Note:
See TracChangeset
for help on using the changeset viewer.