Subversion Repositories HelenOS

Rev

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

Rev 4229 Rev 4252
Line 62... Line 62...
62
#include <proc/scheduler.h>
62
#include <proc/scheduler.h>
63
#include <proc/thread.h>
63
#include <proc/thread.h>
64
#include <proc/task.h>
64
#include <proc/task.h>
65
#include <ipc/ipc.h>
65
#include <ipc/ipc.h>
66
#include <ipc/irq.h>
66
#include <ipc/irq.h>
67
#include <event/event.h>
67
#include <ipc/event.h>
68
#include <symtab.h>
68
#include <symtab.h>
69
#include <errno.h>
69
#include <errno.h>
70
 
70
 
71
#ifdef CONFIG_TEST
71
#ifdef CONFIG_TEST
72
#include <test.h>
72
#include <test.h>