Changeset 9348862 in mainline for uspace/drv/bus/usb/ohci/hc.c
- Timestamp:
- 2013-09-21T00:43:24Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4cf5b8e0
- Parents:
- 3f03199
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
r3f03199 r9348862 296 296 { 297 297 assert(hcd); 298 hc_t *instance = hcd-> private_data;298 hc_t *instance = hcd->driver.data; 299 299 assert(instance); 300 300
Note:
See TracChangeset
for help on using the changeset viewer.