Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 42... Line 42...
42
#include <proc/thread.h>
42
#include <proc/thread.h>
43
#include <mm/as.h>
43
#include <mm/as.h>
44
#include <macros.h>
44
#include <macros.h>
45
#include <arch.h>
45
#include <arch.h>
46
#include <errno.h>
46
#include <errno.h>
47
#include <typedefs.h>
-
 
48
 
47
 
49
/** Copy data from userspace to kernel.
48
/** Copy data from userspace to kernel.
50
 *
49
 *
51
 * Provisions are made to return value even after page fault.
50
 * Provisions are made to return value even after page fault.
52
 *
51
 *