Changeset af2b806 in mainline for uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c
- Timestamp:
- 2011-08-31T14:13:55Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 96e2d01
- Parents:
- 8d70937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c
r8d70937 raf2b806 62 62 void td_init(td_t *instance, int err_count, size_t size, bool toggle, bool iso, 63 63 bool low_speed, usb_target_t target, usb_packet_id pid, void *buffer, 64 td_t *next)64 const td_t *next) 65 65 { 66 66 assert(instance);
Note:
See TracChangeset
for help on using the changeset viewer.