Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 176 → Rev 177

/SPARTAN/trunk/include/cpu.h
30,10 → 30,7
#define __CPU_H__
 
#include <arch/cpu.h>
#include <proc/thread.h>
#include <proc/task.h>
#include <proc/scheduler.h>
#include <time/clock.h>
#include <synch/spinlock.h>
#include <synch/waitq.h>
#include <arch/types.h>
40,6 → 37,7
#include <typedefs.h>
#include <arch/context.h>
#include <config.h>
#include <list.h>
 
#define CPU_STACK_SIZE STACK_SIZE