Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/root_hub.h

    rea993d18 r33fbe95  
    3939#include <ops/hw_res.h>
    4040
    41 /** DDF support structure for uhci-rhd driver, provides I/O resources */
    4241typedef struct rh {
    43         /** List of resources available to the root hub. */
    4442        hw_resource_list_t resource_list;
    45         /** The only resource in the above list */
    4643        hw_resource_t io_regs;
    4744} rh_t;
Note: See TracChangeset for help on using the changeset viewer.