diff options
Diffstat (limited to 'include/asm-mips/lasat/lasatint.h')
-rw-r--r-- | include/asm-mips/lasat/lasatint.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/asm-mips/lasat/lasatint.h b/include/asm-mips/lasat/lasatint.h index 065474feeccc..581dc45685a2 100644 --- a/include/asm-mips/lasat/lasatint.h +++ b/include/asm-mips/lasat/lasatint.h | |||
@@ -1,4 +1,10 @@ | |||
1 | #define LASATINT_END 16 | 1 | #ifndef __ASM_LASAT_LASATINT_H |
2 | #define __ASM_LASAT_LASATINT_H | ||
3 | |||
4 | #include <linux/irq.h> | ||
5 | |||
6 | #define LASATINT_BASE MIPS_CPU_IRQ_BASE | ||
7 | #define LASATINT_END (LASATINT_BASE + 16) | ||
2 | 8 | ||
3 | /* lasat 100 */ | 9 | /* lasat 100 */ |
4 | #define LASAT_INT_STATUS_REG_100 (KSEG1ADDR(0x1c880000)) | 10 | #define LASAT_INT_STATUS_REG_100 (KSEG1ADDR(0x1c880000)) |
@@ -10,3 +16,4 @@ | |||
10 | #define LASAT_INT_MASK_REG_200 (KSEG1ADDR(0x1104003c)) | 16 | #define LASAT_INT_MASK_REG_200 (KSEG1ADDR(0x1104003c)) |
11 | #define LASATINT_MASK_SHIFT_200 16 | 17 | #define LASATINT_MASK_SHIFT_200 16 |
12 | 18 | ||
19 | #endif /* __ASM_LASAT_LASATINT_H */ | ||