Changeset 30a4301 in mainline for uspace/drv/uhci-hcd/uhci.h
- Timestamp:
- 2011-02-16T22:28:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2736b13e
- Parents:
- 36a4738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.h
r36a4738 r30a4301 117 117 int uhci_schedule(uhci_t *instance, batch_t *batch); 118 118 119 void uhci_interrupt(uhci_t *instance); 120 119 121 static inline uhci_t * dev_to_uhci(device_t *dev) 120 122 { return (uhci_t*)dev->driver_data; }
Note:
See TracChangeset
for help on using the changeset viewer.