Changes in uspace/drv/uhci-hcd/root_hub.h [ea993d18:33fbe95] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/root_hub.h
rea993d18 r33fbe95 39 39 #include <ops/hw_res.h> 40 40 41 /** DDF support structure for uhci-rhd driver, provides I/O resources */42 41 typedef struct rh { 43 /** List of resources available to the root hub. */44 42 hw_resource_list_t resource_list; 45 /** The only resource in the above list */46 43 hw_resource_t io_regs; 47 44 } rh_t;
Note:
See TracChangeset
for help on using the changeset viewer.