Changeset 62265ce in mainline for uspace/drv/ohci/ohci.h
- Timestamp:
- 2011-05-07T14:26:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dc5f2fb
- Parents:
- 7ab7c7f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/ohci.h
r7ab7c7f6 r62265ce 49 49 } ohci_t; 50 50 51 int ohci_init(ohci_t *instance, ddf_dev_t *device);51 int device_setup_ohci(ddf_dev_t *device, ohci_t *instance); 52 52 53 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.