Changes in / [26b50cb:73f56e4] in mainline
- Location:
- uspace/srv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/char/i8042/i8042.c
r26b50cb r73f56e4 295 295 296 296 if (i8042_port[devid].client_phone != -1) { 297 if (devid == DEVID_PRI) 297 298 async_msg_1(i8042_port[devid].client_phone, 298 299 IPC_FIRST_USER_METHOD, data); -
uspace/srv/mouse/c_mouse/c_mouse.c
r26b50cb r73f56e4 40 40 41 41 #include <ipc/ipc.h> 42 #include <ipc/services.h> 42 43 #include <ipc/mouse.h> 44 #include <sysinfo.h> 43 45 #include <stdio.h> 46 #include <unistd.h> 44 47 #include <stdlib.h> 48 #include <stdio.h> 49 #include <ipc/ns.h> 45 50 #include <async.h> 46 51 #include <errno.h> 52 #include <adt/fifo.h> 53 #include <io/console.h> 54 #include <io/keycode.h> 47 55 #include <devmap.h> 48 56
Note:
See TracChangeset
for help on using the changeset viewer.