Changeset b8e9acb in mainline
- Timestamp:
- 2011-03-20T17:06:10Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42dbb26
- Parents:
- 8727c18
- Location:
- uspace/drv/ohci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/iface.h
r8727c18 rb8e9acb 38 38 #include <usbhc_iface.h> 39 39 40 #define NAME "ohci -hcd"40 #define NAME "ohci" 41 41 42 42 extern usbhc_iface_t ohci_hc_iface; -
uspace/drv/ohci/pci.c
r8727c18 rb8e9acb 164 164 { 165 165 /* TODO: implement */ 166 return E NOTSUP;166 return EOK; 167 167 } 168 168 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.