Changes in / [26b50cb:73f56e4] in mainline


Ignore:
Location:
uspace/srv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/char/i8042/i8042.c

    r26b50cb r73f56e4  
    295295
    296296        if (i8042_port[devid].client_phone != -1) {
     297                if (devid == DEVID_PRI)
    297298                async_msg_1(i8042_port[devid].client_phone,
    298299                    IPC_FIRST_USER_METHOD, data);
  • uspace/srv/mouse/c_mouse/c_mouse.c

    r26b50cb r73f56e4  
    4040
    4141#include <ipc/ipc.h>
     42#include <ipc/services.h>
    4243#include <ipc/mouse.h>
     44#include <sysinfo.h>
    4345#include <stdio.h>
     46#include <unistd.h>
    4447#include <stdlib.h>
     48#include <stdio.h>
     49#include <ipc/ns.h>
    4550#include <async.h>
    4651#include <errno.h>
     52#include <adt/fifo.h>
     53#include <io/console.h>
     54#include <io/keycode.h>
    4755#include <devmap.h>
    4856
Note: See TracChangeset for help on using the changeset viewer.