Changeset ea993d18 in mainline for uspace/drv/uhci-hcd/root_hub.h


Ignore:
Timestamp:
2011-04-13T20:36:05Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f706355
Parents:
9d2d444
Message:

Even more refactoring and doxygen

File:
1 edited

Legend:

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

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