Rev 938 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 938 | Rev 1066 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __USERSPACE_H__ |
29 | #ifndef __USERSPACE_H__ |
30 | #define __USERSPACE_H__ |
30 | #define __USERSPACE_H__ |
31 | 31 | ||
- | 32 | #include <proc/thread.h> |
|
32 | #include <arch/types.h> |
33 | #include <arch/types.h> |
33 | 34 | ||
- | 35 | /** Switch to user-space (CPU user priviledge level) */ |
|
34 | extern void userspace(__address entry) __attribute__ ((noreturn)); /**< Switch to user-space (CPU user priviledge level) */ |
36 | extern void userspace(uspace_arg_t *uarg) __attribute__ ((noreturn)); |
35 | 37 | ||
36 | #endif |
38 | #endif |