Changeset 63431db2 in mainline for uspace/drv/bus/usb/xhci/rh.h


Ignore:
Timestamp:
2018-01-07T01:15:24Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e2b1ae6
Parents:
56257ba
Message:

xhci: remove unnecessary field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/rh.h

    r56257ba r63431db2  
    6767        xhci_device_t device;
    6868
    69         /* We need this to attach children to */
    70         ddf_dev_t *hc_device;
    71 
    7269        /** Interrupt transfer waiting for an actual interrupt to occur */
    7370        usb_transfer_batch_t *unfinished_interrupt_transfer;
     
    8077} xhci_rh_t;
    8178
    82 int xhci_rh_init(xhci_rh_t *, xhci_hc_t *, ddf_dev_t *);
     79int xhci_rh_init(xhci_rh_t *, xhci_hc_t *);
    8380int xhci_rh_fini(xhci_rh_t *);
    8481const xhci_port_speed_t *xhci_rh_get_port_speed(xhci_rh_t *, uint8_t);
Note: See TracChangeset for help on using the changeset viewer.