Changeset 3f8f09f in mainline for uspace/drv/bus/usb/usbhid/usbhid.h
- Timestamp:
- 2011-10-15T15:34:03Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 93d2684
- Parents:
- b803845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/usbhid.h
rb803845 r3f8f09f 146 146 147 147 int usb_hid_init(usb_hid_dev_t *hid_dev, usb_device_t *dev); 148 148 149 void usb_hid_deinit(usb_hid_dev_t *hid_dev); 149 150 … … 155 156 void usb_hid_new_report(usb_hid_dev_t *hid_dev); 156 157 157 int usb_hid_report_number( usb_hid_dev_t *hid_dev);158 int usb_hid_report_number(const usb_hid_dev_t *hid_dev); 158 159 159 160 #endif /* USB_HID_USBHID_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.