Changeset d557e4f in mainline
- Timestamp:
- 2009-12-30T14:31:22Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 26b50cb, 4da7d79
- Parents:
- 9f51afc
- Location:
- uspace/srv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/char/i8042/i8042.c
r9f51afc rd557e4f 295 295 296 296 if (i8042_port[devid].client_phone != -1) { 297 if (devid == DEVID_PRI)298 297 async_msg_1(i8042_port[devid].client_phone, 299 298 IPC_FIRST_USER_METHOD, data); -
uspace/srv/mouse/c_mouse/c_mouse.c
r9f51afc rd557e4f 40 40 41 41 #include <ipc/ipc.h> 42 #include <ipc/services.h>43 42 #include <ipc/mouse.h> 44 #include <sysinfo.h>45 43 #include <stdio.h> 46 #include <unistd.h>47 44 #include <stdlib.h> 48 #include <stdio.h>49 #include <ipc/ns.h>50 45 #include <async.h> 51 46 #include <errno.h> 52 #include <adt/fifo.h>53 #include <io/console.h>54 #include <io/keycode.h>55 47 #include <devmap.h> 56 48
Note:
See TracChangeset
for help on using the changeset viewer.