Changes in uspace/drv/ohci/root_hub.h [0368669c:4d0c40b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.h
r0368669c r4d0c40b 41 41 #include "batch.h" 42 42 43 /**44 * ohci root hub representation45 */46 43 typedef struct rh { 47 /** pointer to ohci driver registers */48 44 ohci_regs_t *registers; 49 /** usb address of the root hub */50 45 usb_address_t address; 51 /** ddf device information */52 46 ddf_dev_t *device; 53 /** hub port count */54 47 int port_count; 55 48 } rh_t;
Note:
See TracChangeset
for help on using the changeset viewer.