Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/isdv4_tablet/isdv4.c

    r5f97ef44 rfec7ba0  
    2727 */
    2828
    29 #include <async.h>
    3029#include <errno.h>
     30#include <fibril.h>
    3131#include <io/chardev.h>
    3232#include <mem.h>
     
    293293
    294294                rc = chardev_read(state->chardev, state->buf + state->buf_end,
    295                     state->buf_size - state->buf_end, &nread);
     295                    state->buf_size - state->buf_end, &nread, chardev_f_none);
    296296                if (rc != EOK && nread == 0)
    297297                        return EIO;
Note: See TracChangeset for help on using the changeset viewer.