Changeset 5a6cc679 in mainline for uspace/drv/bus/usb/uhci/hw_struct
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- Location:
- uspace/drv/bus/usb/uhci/hw_struct
- Files:
-
- 2 edited
-
transfer_descriptor.c (modified) (1 diff)
-
transfer_descriptor.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c
r132ab5d1 r5a6cc679 119 119 * @return Error code. 120 120 */ 121 int td_status(const td_t *instance)121 errno_t td_status(const td_t *instance) 122 122 { 123 123 assert(instance); -
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h
r132ab5d1 r5a6cc679 102 102 const void *buffer, const td_t *next); 103 103 104 int td_status(const td_t *instance);104 errno_t td_status(const td_t *instance); 105 105 106 106 void td_print_status(const td_t *instance);
Note:
See TracChangeset
for help on using the changeset viewer.
