Changeset 5a6cc679 in mainline for uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h
r132ab5d1 r5a6cc679 119 119 * @return Error code. 120 120 */ 121 static inline int td_error(const td_t *instance)121 static inline errno_t td_error(const td_t *instance) 122 122 { 123 123 assert(instance);
Note:
See TracChangeset
for help on using the changeset viewer.