Changeset 7f80313 in mainline for uspace/lib/drv/generic/remote_usb.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_usb.c
rd0ca4c5 r7f80313 116 116 /** Remote USB interface structure. 117 117 */ 118 remote_iface_t remote_usb_iface = {118 const remote_iface_t remote_usb_iface = { 119 119 .method_count = ARRAY_SIZE(remote_usb_iface_ops), 120 120 .methods = remote_usb_iface_ops
Note:
See TracChangeset
for help on using the changeset viewer.