Changeset 171e668 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2013-02-08T23:15:24Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
39339378
Parents:
c91db2a
Message:

ohci: Use new root hub implementation.

File:
1 edited

Legend:

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

    rc91db2a r171e668  
    4545#include "ohci_batch.h"
    4646#include "ohci_regs.h"
    47 #include "root_hub.h"
     47#include "ohci_rh.h"
    4848#include "endpoint_list.h"
    4949#include "hw_struct/hcca.h"
     
    6868
    6969        /** USB hub emulation structure */
    70         rh_t rh;
     70        ohci_rh_t rh;
    7171} hc_t;
    7272
Note: See TracChangeset for help on using the changeset viewer.