Changeset ff34e5a in mainline for uspace/drv/uhci-hcd/uhci_hc.h
- Timestamp:
- 2011-03-14T14:04:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9370884
- Parents:
- 6298d80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci_hc.h
r6298d80 rff34e5a 99 99 fid_t cleaner; 100 100 fid_t debug_checker; 101 bool hw_interrupts; 101 102 102 103 ddf_fun_t *ddf_instance; 103 104 } uhci_hc_t; 104 105 105 int uhci_hc_init(uhci_hc_t *instance, ddf_fun_t *fun, void *regs, size_t reg_size); 106 int uhci_hc_init(uhci_hc_t *instance, ddf_fun_t *fun, 107 void *regs, size_t reg_size, bool interupts); 106 108 107 109 int uhci_hc_schedule(uhci_hc_t *instance, batch_t *batch);
Note:
See TracChangeset
for help on using the changeset viewer.