Changeset dc44023 in mainline
- Timestamp:
- 2014-01-24T03:25:11Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f5321ee
- Parents:
- 42de21a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/main.c
r42de21a rdc44023 45 45 #include "res.h" 46 46 #include "hc.h" 47 #include "ehci_endpoint.h" 47 48 48 49 #define NAME "ehci" … … 60 61 if (ret == EOK) 61 62 hcd_set_implementation(hcd, instance, ehci_hc_schedule, 62 NULL, NULL, ehci_hc_interrupt, ehci_hc_status); 63 ehci_endpoint_init, ehci_endpoint_fini, ehci_hc_interrupt, 64 ehci_hc_status); 63 65 return ret; 64 66 }
Note:
See TracChangeset
for help on using the changeset viewer.