Changeset d32d51d in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2017-08-20T12:01:35Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07c08ea
Parents:
5ff9e1d
Message:

Updated RH implementation with virtual hub emulation structure.

File:
1 edited

Legend:

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

    r5ff9e1d rd32d51d  
    4242#include "scratchpad.h"
    4343#include "trb_ring.h"
     44#include "rh.h"
    4445
    4546typedef struct xhci_virt_device_ctx {
     
    7576        xhci_scratchpad_t *scratchpad;
    7677
     78  /* Root hub emulation */
     79        xhci_rh_t rh;
     80
    7781        /* Cached capabilities */
    7882        xhci_port_speed_t speeds [16];
Note: See TracChangeset for help on using the changeset viewer.