Changeset f6ab787 in mainline for uspace/lib/c/generic/io/console.c
- Timestamp:
- 2014-08-12T07:14:50Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce3efa0
- Parents:
- 238869ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/console.c
r238869ca rf6ab787 75 75 bool console_kcon(void) 76 76 { 77 return __SYSCALL0(SYS_DEBUG_ ACTIVATE_CONSOLE);77 return __SYSCALL0(SYS_DEBUG_CONSOLE); 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.