Changeset 4bfcf22 in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2014-01-18T22:01:10Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f6cb910
- Parents:
- a5361fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
ra5361fb r4bfcf22 88 88 int hc_status(hcd_t *hcd, uint32_t *status); 89 89 90 void hc_interrupt(hc _t *instance, uint32_t status);90 void hc_interrupt(hcd_t *hcd, uint32_t status); 91 91 #endif 92 92 /**
Note:
See TracChangeset
for help on using the changeset viewer.