Changes in uspace/drv/bus/usb/usbhid/mouse/mousedev.h [5da7199:1dc4a5e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.h
r5da7199 r1dc4a5e 38 38 39 39 #include <usb/dev/driver.h> 40 #include <async.h>41 40 42 41 struct usb_hid_dev; … … 46 45 /** Container for USB mouse device. */ 47 46 typedef struct { 48 /** IPC sessionto console (consumer). */49 async_sess_t *mouse_sess;50 async_sess_t *wheel_sess;47 /** IPC phone to console (consumer). */ 48 int mouse_phone; 49 int wheel_phone; 51 50 52 51 int32_t *buttons;
Note:
See TracChangeset
for help on using the changeset viewer.