Changeset a720ff6 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2012-12-20T15:42:35Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53332b5b
- Parents:
- d09791e6
- File:
-
- 1 edited
-
uspace/drv/bus/usb/uhci/hc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rd09791e6 ra720ff6 90 90 /** Main UHCI driver structure */ 91 91 typedef struct hc { 92 /** Generic HCD driver structure */93 hcd_t generic;94 95 92 /** Addresses of I/O registers */ 96 93 uhci_regs_t *registers; … … 125 122 void hc_interrupt(hc_t *instance, uint16_t status); 126 123 int hc_init(hc_t *instance, void *regs, size_t reg_size, bool interupts); 124 int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch); 127 125 128 126 /** Safely dispose host controller internal structures
Note:
See TracChangeset
for help on using the changeset viewer.
