Subversion Repositories HelenOS-historic

Rev

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

Rev 19 Rev 81
Line 31... Line 31...
31
#include <arch/smp/atomic.h>
31
#include <arch/smp/atomic.h>
32
#include <print.h>
32
#include <print.h>
33
#include <proc/thread.h>
33
#include <proc/thread.h>
34
#include <arch/types.h>
34
#include <arch/types.h>
35
#include <arch/context.h>
35
#include <arch/context.h>
-
 
36
#include <panic.h>
36
 
37
 
37
#include <synch/waitq.h>
38
#include <synch/waitq.h>
38
#include <synch/rwlock.h>
39
#include <synch/rwlock.h>
39
#include <synch/synch.h>
40
#include <synch/synch.h>
40
 
41