Rev 2082 | Rev 3578 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2082 | Rev 2089 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_ia64_CPU_H_ |
35 | #ifndef KERN_ia64_CPU_H_ |
| 36 | #define KERN_ia64_CPU_H_ |
36 | #define KERN_ia64_CPU_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | #include <typedefs.h> |
- | |
| 40 | #include <arch/register.h> |
39 | #include <arch/register.h> |
| - | 40 | #include <arch/asm.h> |
|
| 41 | 41 | ||
| 42 | #define FAMILY_ITANIUM 0x7 |
42 | #define FAMILY_ITANIUM 0x7 |
| 43 | #define FAMILY_ITANIUM2 0x1f |
43 | #define FAMILY_ITANIUM2 0x1f |
| 44 | 44 | ||
| 45 | typedef struct { |
45 | typedef struct { |