Changeset 927cd9c in mainline
- Timestamp:
- 2014-01-05T20:46:27Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0caa075e
- Parents:
- 91db0280
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/syscall.h
r91db0280 r927cd9c 99 99 SYS_DEBUG_ACTIVATE_CONSOLE, 100 100 101 SYS_KLOG, 102 101 103 SYSCALL_END 102 104 } syscall_t; -
kernel/generic/src/syscall/syscall.c
r91db0280 r927cd9c 56 56 #include <console/console.h> 57 57 #include <udebug/udebug.h> 58 #include <log.h> 58 59 59 60 /** Dispatch system call */ … … 190 191 191 192 /* Kernel console syscalls. */ 192 (syshandler_t) sys_debug_activate_console 193 (syshandler_t) sys_debug_activate_console, 194 195 (syshandler_t) sys_klog, 193 196 }; 194 197
Note:
See TracChangeset
for help on using the changeset viewer.