Changeset b7fd2a0 in mainline for uspace/lib/usbhid/include/usb/hid/hidpath.h
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hidpath.h
r36f0738 rb7fd2a0 118 118 void usb_hid_report_path_free(usb_hid_report_path_t *path); 119 119 120 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, 121 121 uint8_t report_id); 122 122 123 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, 124 124 int32_t usage_page, int32_t usage); 125 125
Note:
See TracChangeset
for help on using the changeset viewer.