[MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 14 Oct 2007 22:42:01 +0000 (23:42 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 16 Oct 2007 17:23:47 +0000 (18:23 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/lasat/lasatint.h

index 065474f..1d4a52e 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __ASM_LASAT_LASATINT_H
+#define __ASM_LASAT_LASATINT_H
+
 #define LASATINT_END 16
 
 /* lasat 100 */
@@ -10,3 +13,4 @@
 #define LASAT_INT_MASK_REG_200         (KSEG1ADDR(0x1104003c))
 #define LASATINT_MASK_SHIFT_200                16
 
+#endif /* __ASM_LASAT_LASATINT_H */