Changeset 9348862 in mainline for uspace/drv/bus/usb/ohci/hc.c


Ignore:
Timestamp:
2013-09-21T00:43:24Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4cf5b8e0
Parents:
3f03199
Message:

usb: Move HC driver implementation functions to a separate structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/hc.c

    r3f03199 r9348862  
    296296{
    297297        assert(hcd);
    298         hc_t *instance = hcd->private_data;
     298        hc_t *instance = hcd->driver.data;
    299299        assert(instance);
    300300
Note: See TracChangeset for help on using the changeset viewer.