Subversion Repositories HelenOS-historic

Rev

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

Rev 783 Rev 788
Line 35... Line 35...
35
#include <synch/waitq.h>
35
#include <synch/waitq.h>
36
#include <arch/types.h>
36
#include <arch/types.h>
37
#include <typedefs.h>
37
#include <typedefs.h>
38
#include <arch/context.h>
38
#include <arch/context.h>
39
#include <config.h>
39
#include <config.h>
40
#include <list.h>
40
#include <adt/list.h>
41
 
41
 
42
#define CPU_STACK_SIZE  STACK_SIZE
42
#define CPU_STACK_SIZE  STACK_SIZE
43
 
43
 
44
/** CPU structure.
44
/** CPU structure.
45
 *
45
 *