Changeset 7f80313 in mainline for uspace/lib/drv/generic/remote_usbhid.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_usbhid.c
rd0ca4c5 r7f80313 59 59 /** Remote USB HID interface structure. 60 60 */ 61 remote_iface_t remote_usbhid_iface = {61 const remote_iface_t remote_usbhid_iface = { 62 62 .method_count = ARRAY_SIZE(remote_usbhid_iface_ops), 63 63 .methods = remote_usbhid_iface_ops
Note:
See TracChangeset
for help on using the changeset viewer.