Rev 2079 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2079 | Rev 2089 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_mips32_CPU_H_ |
35 | #ifndef KERN_mips32_CPU_H_ |
| 36 | #define KERN_mips32_CPU_H_ |
36 | #define KERN_mips32_CPU_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| - | 39 | #include <arch/asm.h> |
|
| 39 | 40 | ||
| 40 | typedef struct { |
41 | typedef struct { |
| 41 | uint32_t imp_num; |
42 | uint32_t imp_num; |
| 42 | uint32_t rev_num; |
43 | uint32_t rev_num; |
| 43 | } cpu_arch_t; |
44 | } cpu_arch_t; |