Subversion Repositories HelenOS-historic

Rev

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

Rev 171 Rev 205
Line 31... Line 31...
31
#include <arch/atomic.h>
31
#include <arch/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 <context.h>
36
#include <panic.h>
37
#include <panic.h>
37
 
38
 
38
#include <synch/waitq.h>
39
#include <synch/waitq.h>
39
#include <synch/rwlock.h>
40
#include <synch/rwlock.h>
40
#include <synch/synch.h>
41
#include <synch/synch.h>