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


Ignore:
Timestamp:
2017-10-29T10:56:02Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef1a3a8
Parents:
9620a54
Message:

Refactoring. Renamed device array to better reflect its indexing.

File:
1 edited

Legend:

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

    r9620a54 rd33dc780  
    7777
    7878        /* Device pointers connected to RH ports or NULL. (size is `max_ports`) */
    79         xhci_device_t **devices;
     79        xhci_device_t **devices_by_port;
    8080} xhci_rh_t;
    8181
Note: See TracChangeset for help on using the changeset viewer.