Changeset d09f3720 in mainline for uspace/lib/usbhid/src/hidiface.c
- Timestamp:
- 2011-05-19T15:20:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4939490
- Parents:
- df44fa2 (diff), 7941bd6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hidiface.c
rdf44fa2 rd09f3720 27 27 */ 28 28 29 /** @addtogroup libusb 29 /** @addtogroup libusbhid 30 30 * @{ 31 31 */ … … 35 35 #include <dev_iface.h> 36 36 #include <usbhid_iface.h> 37 #include <usb/ classes/hid/iface.h>37 #include <usb/hid/iface.h> 38 38 #include <errno.h> 39 39 #include <str_error.h>
Note:
See TracChangeset
for help on using the changeset viewer.