Changes in uspace/srv/hid/kbd/port/ns16550.c [228e490:acc7ce4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/port/ns16550.c
r228e490 racc7ce4 36 36 37 37 #include <ipc/ipc.h> 38 #include <ipc/ bus.h>38 #include <ipc/irc.h> 39 39 #include <async.h> 40 40 #include <sysinfo.h> … … 122 122 123 123 if (cir_service) 124 async_msg_1(cir_phone, BUS_CLEAR_INTERRUPT,124 async_msg_1(cir_phone, IRC_CLEAR_INTERRUPT, 125 125 IPC_GET_IMETHOD(*call)); 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.