Changeset 5a6cc679 in mainline for uspace/lib/usbhid/include/usb/hid/hidpath.h
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hidpath.h
r132ab5d1 r5a6cc679 36 36 #define LIBUSB_HIDPATH_H_ 37 37 38 #include <errno.h> 38 39 #include <usb/hid/hidparser.h> 39 40 #include <stdint.h> … … 117 118 void usb_hid_report_path_free(usb_hid_report_path_t *path); 118 119 119 int usb_hid_report_path_set_report_id(usb_hid_report_path_t *usage_path,120 errno_t usb_hid_report_path_set_report_id(usb_hid_report_path_t *usage_path, 120 121 uint8_t report_id); 121 122 122 int usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path,123 errno_t usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path, 123 124 int32_t usage_page, int32_t usage); 124 125
Note:
See TracChangeset
for help on using the changeset viewer.