Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/root_hub.h

    r0368669c r4d0c40b  
    4141#include "batch.h"
    4242
    43 /**
    44  * ohci root hub representation
    45  */
    4643typedef struct rh {
    47         /** pointer to ohci driver registers */
    4844        ohci_regs_t *registers;
    49         /** usb address of the root hub */
    5045        usb_address_t address;
    51         /** ddf device information */
    5246        ddf_dev_t *device;
    53         /** hub port count */
    5447        int port_count;
    5548} rh_t;
Note: See TracChangeset for help on using the changeset viewer.