Changes in uspace/drv/usbhid/kbddev.h [00b13408:a8def7d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/kbddev.h
r00b13408 ra8def7d 101 101 fibril_mutex_t *repeat_mtx; 102 102 103 /** State of the structure (for checking before use). 104 * 105 * 0 - not initialized 106 * 1 - initialized 107 * -1 - ready for destroying 108 */ 103 /** State of the structure (for checking before use). */ 109 104 int initialized; 110 105 } usbhid_kbd_t; … … 113 108 114 109 int usbhid_kbd_try_add_device(ddf_dev_t *dev); 115 116 int usbhid_kbd_is_usable(const usbhid_kbd_t *kbd_dev);117 118 void usbhid_kbd_free(usbhid_kbd_t **kbd_dev);119 110 120 111 void usbhid_kbd_push_ev(usbhid_kbd_t *kbd_dev, int type, unsigned int key);
Note:
See TracChangeset
for help on using the changeset viewer.