Subversion Repositories HelenOS-historic

Rev

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

Rev 1078 Rev 1196
Line 29... Line 29...
29
#include <main/uinit.h>
29
#include <main/uinit.h>
30
#include <arch/types.h>
30
#include <arch/types.h>
31
#include <proc/thread.h>
31
#include <proc/thread.h>
32
#include <userspace.h>
32
#include <userspace.h>
33
#include <mm/slab.h>
33
#include <mm/slab.h>
34
#include <print.h>
-
 
35
 
34
 
36
/** Thread used to bring up userspace thread.
35
/** Thread used to bring up userspace thread.
37
 *
36
 *
38
 * @param arg Pointer to structure containing userspace entry and stack addresses.
37
 * @param arg Pointer to structure containing userspace entry and stack addresses.
39
 */
38
 */