Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 37... Line 37...
37
#include <stdio.h>
37
#include <stdio.h>
38
#include <ipc/ipc.h>
38
#include <ipc/ipc.h>
39
#include <async.h>
39
#include <async.h>
40
#include <ipc/services.h>
40
#include <ipc/services.h>
41
#include <as.h>
41
#include <as.h>
42
#include <kernel/ipc/irq.h>
-
 
43
#include <sysinfo.h>
42
#include <sysinfo.h>
44
 
43
 
45
/* Pointer to klog area */
44
/* Pointer to klog area */
46
static char *klog;
45
static char *klog;
47
 
46