Subversion Repositories HelenOS-historic

Rev

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

Rev 125 Rev 173
Line 37... Line 37...
37
#include <arch/types.h>
37
#include <arch/types.h>
38
#include <typedefs.h>
38
#include <typedefs.h>
39
#include <time/timeout.h>
39
#include <time/timeout.h>
40
#include <synch/rwlock.h>
40
#include <synch/rwlock.h>
41
#include <mm/page.h>
41
#include <mm/page.h>
-
 
42
#include <config.h>
42
#include <list.h>
43
#include <list.h>
43
 
44
 
44
#define THREAD_STACK_SIZE   PAGE_SIZE
45
#define THREAD_STACK_SIZE   STACK_SIZE
45
 
46
 
46
#define THREAD_USER_STACK   1
47
#define THREAD_USER_STACK   1
47
 
48
 
48
enum state {
49
enum state {
49
    Invalid,
50
    Invalid,