Changeset 7265558 in mainline for uspace/lib/usbhost/include/usb/host/endpoint.h
- Timestamp:
- 2011-10-28T20:53:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48ae3ef
- Parents:
- 83c3123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
r83c3123 r7265558 77 77 int endpoint_toggle_get(endpoint_t *instance); 78 78 void endpoint_toggle_set(endpoint_t *instance, int toggle); 79 void endpoint_toggle_reset_filtered(endpoint_t *instance, usb_target_t target); 79 80 static inline endpoint_t * endpoint_get_instance(link_t *item) 81 { 82 return list_get_instance(item, endpoint_t, link); 83 } 80 84 #endif 81 85 /**
Note:
See TracChangeset
for help on using the changeset viewer.