Changeset c6f82e5 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2018-01-19T20:56:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ec7b7e
- Parents:
- 69b2dfee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
r69b2dfee rc6f82e5 127 127 } hc_t; 128 128 129 typedef struct uhci_endpoint { 130 endpoint_t base; 131 132 bool toggle; 133 } uhci_endpoint_t; 134 129 135 static inline hc_t *hcd_to_hc(hc_device_t *hcd) 130 136 {
Note:
See TracChangeset
for help on using the changeset viewer.