Changeset 1387692 in mainline for uspace/drv/ohci/hc.h
- Timestamp:
- 2011-03-21T15:01:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c92c13f
- Parents:
- e34e77a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.h
re34e77a r1387692 61 61 int hc_register_hub(hc_t *instance); 62 62 63 int hc_schedule(hc_t *instance, batch_t *batch);63 int hc_schedule(hc_t *instance, usb_transfer_batch_t *batch); 64 64 65 65 void hc_interrupt(hc_t *instance, uint16_t status);
Note:
See TracChangeset
for help on using the changeset viewer.