Changeset eae83aa in mainline for uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h
- Timestamp:
- 2011-03-05T00:33:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 474d08e, 5079242
- Parents:
- c5b93dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h
rc5b93dc reae83aa 92 92 93 93 void td_init(td_t *instance, int error_count, size_t size, bool toggle, bool iso, 94 bool low_speed, usb_target_t target, int pid, void *buffer, td_t * next); 94 bool low_speed, usb_target_t target, usb_packet_id pid, void *buffer, 95 td_t *next); 95 96 96 97 int td_status(td_t *instance);
Note:
See TracChangeset
for help on using the changeset viewer.