Changeset 09ab0a9a in mainline for uspace/lib/usbhid/include/usb/hid/hidpath.h
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hidpath.h
rb2aaaa0 r09ab0a9a 41 41 #include <adt/list.h> 42 42 43 44 45 43 /* 46 44 * Flags of usage paths comparison modes. … … 74 72 #define USB_HID_PATH_COMPARE_ANYWHERE 8 75 73 76 77 74 /** 78 75 * Item of usage path structure. Last item of linked list describes one item … … 93 90 } usb_hid_report_usage_path_t; 94 91 95 96 97 92 /** 98 93 * USB HID usage path structure. … … 112 107 list_t items; /* of usb_hid_report_usage_path_t */ 113 108 } usb_hid_report_path_t; 114 115 109 116 110 usb_hid_report_path_t *usb_hid_report_path(void);
Note:
See TracChangeset
for help on using the changeset viewer.