Made kputs() available in the kernel and used it for printing debugger

command usage texts, which can be too long for kprintf().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23677 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-01-21 00:15:33 +00:00
parent 8a04709a1d
commit 902425896d
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -56,6 +56,7 @@ extern void debug_puts(const char *s, int32 length);
extern bool debug_debugger_running(void);
extern void debug_stop_screen_debug_output(void);
extern void kputs(const char *string);
extern void dprintf_no_syslog(const char *format, ...)
__attribute__ ((format (__printf__, 1, 2)));