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


Ignore:
Timestamp:
2011-02-15T19:57:12Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6427cf67, f294926
Parents:
e40b9f00
Message:

UHCI root hub hides IPC phones even more

File:
1 edited

Legend:

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

    re40b9f00 rf673f60  
    3838#include <driver.h> /* device_t */
    3939#include <stdint.h>
     40#include <usb/usbdevice.h>
    4041
    4142#include "port_status.h"
     
    4647        unsigned number;
    4748        unsigned wait_period_usec;
    48         int hc_phone;
     49        usb_hc_connection_t hc_connection;
    4950        device_t *rh;
    5051        devman_handle_t attached_device;
Note: See TracChangeset for help on using the changeset viewer.