Changeset acdb5bac in mainline for uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c
- Timestamp:
- 2013-05-20T18:42:25Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e8ed225
- Parents:
- 44ecf89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c
r44ecf89 racdb5bac 58 58 { 59 59 assert(instance); 60 bzero(instance, sizeof(td_t));60 memset(instance, 0, sizeof(td_t)); 61 61 /* Set PID and Error code */ 62 62 OHCI_MEM32_WR(instance->status,
Note:
See TracChangeset
for help on using the changeset viewer.