Skip to content

Commit

Permalink
[MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Oct 16, 2007
1 parent 1c5dc03 commit 951e471
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/asm-mips/lasat/lasatint.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef __ASM_LASAT_LASATINT_H
#define __ASM_LASAT_LASATINT_H

#define LASATINT_END 16

/* lasat 100 */
Expand All @@ -10,3 +13,4 @@
#define LASAT_INT_MASK_REG_200 (KSEG1ADDR(0x1104003c))
#define LASATINT_MASK_SHIFT_200 16

#endif /* __ASM_LASAT_LASATINT_H */

0 comments on commit 951e471

Please sign in to comment.