Rev 2081 | Rev 2096 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2081 | Rev 2089 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef KERN_ARCH_H_ |
35 | #ifndef KERN_ARCH_H_ |
| 36 | #define KERN_ARCH_H_ |
36 | #define KERN_ARCH_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
- | |
| 39 | #include <arch/arch.h> |
38 | #include <arch/arch.h> |
| 40 | #include <typedefs.h> |
- | |
| 41 | - | ||
| 42 | #include <cpu.h> |
- | |
| 43 | #include <arch/cpu.h> |
- | |
| 44 | #include <arch/asm.h> |
39 | #include <proc/task.h> |
| 45 | 40 | ||
| 46 | #define DEFAULT_CONTEXT 0 |
41 | #define DEFAULT_CONTEXT 0 |
| 47 | 42 | ||
| 48 | #define CPU THE->cpu |
43 | #define CPU THE->cpu |
| 49 | #define THREAD THE->thread |
44 | #define THREAD THE->thread |