Changes in uspace/drv/hid/atkbd/atkbd.h [5b0cf63:15c5418] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/atkbd/atkbd.h
r5b0cf63 r15c5418 49 49 chardev_t *chardev; 50 50 /** Callback connection to client */ 51 async_sess_t *client_sess; 51 async_sess_t *client_sess; 52 52 /** Fibril retrieving and parsing data */ 53 53 fid_t polling_fibril; 54 54 } at_kbd_t; 55 55 56 extern errno_t at_kbd_init(at_kbd_t *, ddf_dev_t *);56 extern int at_kbd_init(at_kbd_t *, ddf_dev_t *); 57 57 58 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.