Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/hid/atkbd/atkbd.h

    r5b0cf63 r15c5418  
    4949        chardev_t *chardev;
    5050        /** Callback connection to client */
    51         async_sess_t *client_sess;
     51        async_sess_t *client_sess; 
    5252        /** Fibril retrieving and parsing data */
    5353        fid_t polling_fibril;
    5454} at_kbd_t;
    5555
    56 extern errno_t at_kbd_init(at_kbd_t *, ddf_dev_t *);
     56extern int at_kbd_init(at_kbd_t *, ddf_dev_t *);
    5757
    5858#endif
Note: See TracChangeset for help on using the changeset viewer.