Changeset 7f80313 in mainline for uspace/lib/drv/generic/remote_usbhc.c
- Timestamp:
- 2013-12-31T03:40:53Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9359aae
- Parents:
- d0ca4c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_usbhc.c
rd0ca4c5 r7f80313 350 350 /** Remote USB host controller interface structure. 351 351 */ 352 remote_iface_t remote_usbhc_iface = {352 const remote_iface_t remote_usbhc_iface = { 353 353 .method_count = ARRAY_SIZE(remote_usbhc_iface_ops), 354 354 .methods = remote_usbhc_iface_ops
Note:
See TracChangeset
for help on using the changeset viewer.