Changes in uspace/drv/char/xtkbd/xtkbd.h [e98fe28c:a84ddf0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/xtkbd/xtkbd.h
re98fe28c ra84ddf0 43 43 ddf_fun_t *kbd_fun; /**< Keyboard function. */ 44 44 async_sess_t *parent_sess; /**< Connection to device providing data. */ 45 async_sess_t * client_sess; /**< Callback connection to client. */45 async_sess_t *input_sess; /**< Callback connection to consumer. */ 46 46 fid_t polling_fibril; /**< Fibril retrieving an parsing data. */ 47 47 } xt_kbd_t;
Note:
See TracChangeset
for help on using the changeset viewer.