diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-14 18:42:01 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-16 13:23:47 -0400 |
| commit | 951e4714295b50a8fbc2d928451c44ac56c2b575 (patch) | |
| tree | 0f3f5d5041b2cc29382e12b06ba00271885d537d | |
| parent | 1c5dc034019d2a2c29f0c96444e02453bb495741 (diff) | |
[MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | include/asm-mips/lasat/lasatint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/lasat/lasatint.h b/include/asm-mips/lasat/lasatint.h index 065474feeccc..1d4a52e12530 100644 --- a/include/asm-mips/lasat/lasatint.h +++ b/include/asm-mips/lasat/lasatint.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef __ASM_LASAT_LASATINT_H | ||
| 2 | #define __ASM_LASAT_LASATINT_H | ||
| 3 | |||
| 1 | #define LASATINT_END 16 | 4 | #define LASATINT_END 16 |
| 2 | 5 | ||
| 3 | /* lasat 100 */ | 6 | /* lasat 100 */ |
| @@ -10,3 +13,4 @@ | |||
| 10 | #define LASAT_INT_MASK_REG_200 (KSEG1ADDR(0x1104003c)) | 13 | #define LASAT_INT_MASK_REG_200 (KSEG1ADDR(0x1104003c)) |
| 11 | #define LASATINT_MASK_SHIFT_200 16 | 14 | #define LASATINT_MASK_SHIFT_200 16 |
| 12 | 15 | ||
| 16 | #endif /* __ASM_LASAT_LASATINT_H */ | ||
