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


Ignore:
Timestamp:
2013-09-21T00:43:24Z (11 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/uhci/hc.c

    r3f03199 r9348862  
    444444{
    445445        assert(hcd);
    446         hc_t *instance = hcd->private_data;
     446        hc_t *instance = hcd->driver.data;
    447447        assert(instance);
    448448        assert(batch);
Note: See TracChangeset for help on using the changeset viewer.