Subversion Repositories HelenOS

Rev

Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2089
Line 41... Line 41...
41
#include <proc/task.h>
41
#include <proc/task.h>
42
#include <synch/spinlock.h>
42
#include <synch/spinlock.h>
43
#include <syscall/sysarg64.h>
43
#include <syscall/sysarg64.h>
44
#include <syscall/copy.h>
44
#include <syscall/copy.h>
45
#include <arch.h>
45
#include <arch.h>
46
#include <typedefs.h>
-
 
47
#include <errno.h>
46
#include <errno.h>
48
 
47
 
49
/** Set capabilities.
48
/** Set capabilities.
50
 *
49
 *
51
 * @param t Task whose capabilities are to be changed.
50
 * @param t Task whose capabilities are to be changed.