Changeset c7b5826 in mainline for uspace/lib/usbhid/include/usb/hid/hidpath.h
- Timestamp:
- 2011-05-18T09:34:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33d19a7
- Parents:
- d736fe38 (diff), b2995c3 (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hidpath.h
rd736fe38 rc7b5826 27 27 */ 28 28 29 /** @addtogroup libusb 29 /** @addtogroup libusbhid 30 30 * @{ 31 31 */ … … 33 33 * USB HID report descriptor and report data parser 34 34 */ 35 #ifndef LIBUSB _HIDPATH_H_36 #define LIBUSB _HIDPATH_H_35 #ifndef LIBUSBHID_HIDPATH_H_ 36 #define LIBUSBHID_HIDPATH_H_ 37 37 38 #include <usb/ classes/hidparser.h>38 #include <usb/hid/hidparser.h> 39 39 #include <stdint.h> 40 40 #include <adt/list.h>
Note:
See TracChangeset
for help on using the changeset viewer.