Changeset 548c123 in mainline for uspace/drv/bus/usb/xhci/hw_struct/trb.h
- Timestamp:
- 2017-09-29T21:46:08Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc9ac7c
- Parents:
- ab5a0830
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hw_struct/trb.h
rab5a0830 r548c123 138 138 dst->status = src->status; 139 139 dst->control = src->control; 140 } 141 142 static inline void xhci_trb_clean(xhci_trb_t *trb) 143 { 144 memset(trb, 0, sizeof(*trb)); 140 145 } 141 146
Note:
See TracChangeset
for help on using the changeset viewer.