Changeset 3fe00ee in mainline for uspace/srv/console/console.c
- Timestamp:
- 2009-03-22T19:48:11Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 8b48063
- Parents:
- dc033a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/console.c
rdc033a1 r3fe00ee 626 626 arg4 = ev.c; 627 627 break; 628 case CONSOLE_KCON_ENABLE: 629 change_console(KERNEL_CONSOLE); 630 break; 628 631 } 629 632 ipc_answer_4(callid, EOK, arg1, arg2, arg3, arg4);
Note:
See TracChangeset
for help on using the changeset viewer.