Subversion Repositories HelenOS-historic

Rev

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

Rev 413 Rev 414
Line 28... Line 28...
28
 
28
 
29
#include <synch/waitq.h>
29
#include <synch/waitq.h>
30
#include <synch/synch.h>
30
#include <synch/synch.h>
31
#include <synch/spinlock.h>
31
#include <synch/spinlock.h>
32
#include <proc/thread.h>
32
#include <proc/thread.h>
-
 
33
#include <proc/scheduler.h>
33
#include <arch/asm.h>
34
#include <arch/asm.h>
34
#include <arch/types.h>
35
#include <arch/types.h>
35
#include <time/timeout.h>
36
#include <time/timeout.h>
36
#include <arch.h>
37
#include <arch.h>
37
#include <context.h>
38
#include <context.h>