Changes in uspace/lib/c/generic/io/console.c [f6ab787:902f0906] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/console.c
rf6ab787 r902f0906 75 75 bool console_kcon(void) 76 76 { 77 return __SYSCALL0(SYS_DEBUG_ CONSOLE);77 return __SYSCALL0(SYS_DEBUG_ACTIVATE_CONSOLE); 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.