Changeset 76fbd9a in mainline for uspace/drv/bus/usb/usbhid/mouse/mousedev.h
- Timestamp:
- 2012-02-24T19:07:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a76b01b4
- Parents:
- 5837c7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.h
r5837c7a r76fbd9a 42 42 struct usb_hid_dev; 43 43 44 /*----------------------------------------------------------------------------*/ 44 45 45 46 46 /** Container for USB mouse device. */ … … 57 57 } usb_mouse_t; 58 58 59 /*----------------------------------------------------------------------------*/ 59 60 60 61 61 extern const usb_endpoint_description_t usb_hid_mouse_poll_endpoint_description; … … 64 64 const char *HID_MOUSE_CATEGORY; 65 65 66 /*----------------------------------------------------------------------------*/ 66 67 67 68 68 int usb_mouse_init(struct usb_hid_dev *hid_dev, void **data); … … 74 74 int usb_mouse_set_boot_protocol(struct usb_hid_dev *hid_dev); 75 75 76 /*----------------------------------------------------------------------------*/ 76 77 77 78 78 #endif // USB_HID_MOUSEDEV_H_
Note:
See TracChangeset
for help on using the changeset viewer.