Changeset 252e30c in mainline for uspace/lib
- Timestamp:
- 2011-03-24T22:55:29Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d92638
- Parents:
- 476b71ff
- Location:
- uspace/lib/usb
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/Makefile
r476b71ff r252e30c 51 51 src/usbdevice.c \ 52 52 src/hidreq.c \ 53 src/hidreport.c \ 53 54 src/host/device_keeper.c \ 54 55 src/host/batch.c -
uspace/lib/usb/include/usb/classes/hidreq.h
r476b71ff r252e30c 27 27 */ 28 28 29 /** @addtogroup drvusbhid29 /** @addtogroup libusb 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef USB HID_HIDREQ_H_37 #define USB HID_HIDREQ_H_36 #ifndef USB_KBD_HIDREQ_H_ 37 #define USB_KBD_HIDREQ_H_ 38 38 39 39 #include <stdint.h> … … 63 63 /*----------------------------------------------------------------------------*/ 64 64 65 #endif /* USB HID_HIDREQ_H_ */65 #endif /* USB_KBD_HIDREQ_H_ */ 66 66 67 67 /**
Note:
See TracChangeset
for help on using the changeset viewer.