Subversion Repositories HelenOS

Rev

Rev 2808 | Rev 2817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2808 Rev 2813
Line 50... Line 50...
50
#include <security/cap.h>
50
#include <security/cap.h>
51
#include <syscall/copy.h>
51
#include <syscall/copy.h>
52
#include <sysinfo/sysinfo.h>
52
#include <sysinfo/sysinfo.h>
53
#include <console/console.h>
53
#include <console/console.h>
54
#include <console/klog.h>
54
#include <console/klog.h>
55
#include <udebug.h>
55
#include <udebug/udebug.h>
56
 
56
 
57
/** Print using kernel facility
57
/** Print using kernel facility
58
 *
58
 *
59
 * Some simulators can print only through kernel. Userspace can use
59
 * Some simulators can print only through kernel. Userspace can use
60
 * this syscall to facilitate it.
60
 * this syscall to facilitate it.