Changes in uspace/lib/c/generic/io/console.c [b366a6f4:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/console.c
rb366a6f4 r79ae36dd 76 76 bool console_kcon(void) 77 77 { 78 #if 0 78 79 return __SYSCALL0(SYS_DEBUG_ACTIVATE_CONSOLE); 80 #endif 81 82 return false; 79 83 } 80 84
Note:
See TracChangeset
for help on using the changeset viewer.