Subversion Repositories HelenOS

Rev

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

Rev 3438 Rev 3445
Line 41... Line 41...
41
#include <synch/spinlock.h>
41
#include <synch/spinlock.h>
42
#include <synch/mutex.h>
42
#include <synch/mutex.h>
43
#include <synch/waitq.h>
43
#include <synch/waitq.h>
44
#include <synch/synch.h>
44
#include <synch/synch.h>
45
#include <ipc/ipc.h>
45
#include <ipc/ipc.h>
46
#include <ipc/ipc_kbox.h>
46
#include <ipc/kbox.h>
47
#include <errno.h>
47
#include <errno.h>
48
#include <mm/slab.h>
48
#include <mm/slab.h>
49
#include <arch.h>
49
#include <arch.h>
50
#include <proc/task.h>
50
#include <proc/task.h>
51
#include <memstr.h>
51
#include <memstr.h>