Rev 4018 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4018 | Rev 4021 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | */ |
34 | */ |
35 | 35 | ||
36 | #ifndef KERN_arm32_ASM_H_ |
36 | #ifndef KERN_arm32_ASM_H_ |
37 | #define KERN_arm32_ASM_H_ |
37 | #define KERN_arm32_ASM_H_ |
38 | 38 | ||
- | 39 | #include <typedefs.h> |
|
39 | #include <arch/types.h> |
40 | #include <arch/types.h> |
40 | #include <arch/stack.h> |
41 | #include <arch/stack.h> |
41 | #include <config.h> |
42 | #include <config.h> |
42 | #include <arch/interrupt.h> |
43 | #include <arch/interrupt.h> |
43 | 44 |