Changeset 233e68d in mainline for uspace/drv/uhci-rhd/port.h


Ignore:
Timestamp:
2011-02-23T18:28:41Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e9e58ea3
Parents:
deece2f (diff), a9c674e0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Devel changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/port.h

    rdeece2f r233e68d  
    3636
    3737#include <assert.h>
    38 #include <driver.h> /* device_t */
     38#include <ddf/driver.h>
    3939#include <stdint.h>
    4040#include <usb/usbdevice.h>
     
    4848        unsigned wait_period_usec;
    4949        usb_hc_connection_t hc_connection;
    50         device_t *rh;
     50        ddf_dev_t *rh;
    5151        devman_handle_t attached_device;
    5252        fid_t checker;
     
    5555int uhci_port_init(
    5656  uhci_port_t *port, port_status_t *address, unsigned number,
    57   unsigned usec, device_t *rh, int parent_phone);
     57  unsigned usec, ddf_dev_t *rh, int parent_phone);
    5858
    5959void uhci_port_fini(uhci_port_t *port);
Note: See TracChangeset for help on using the changeset viewer.