summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/include/asm/pbl_nmon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/include/asm/pbl_nmon.h b/arch/mips/include/asm/pbl_nmon.h
index 7c8ec9d204..73e4a9d2e9 100644
--- a/arch/mips/include/asm/pbl_nmon.h
+++ b/arch/mips/include/asm/pbl_nmon.h
@@ -5,6 +5,9 @@
* Copyright (C) 2013 Antony Pavlov <antonynpavlov@gmail.com>
*/
+#ifndef __ASM_PBL_NMON_H
+#define __ASM_PBL_NMON_H
+
#include <mach/debug_ll.h>
#define CODE_ESC 0x1b
@@ -286,3 +289,5 @@ nmon_exit:
#endif /* CONFIG_NMON */
.set pop
.endm
+
+#endif /* __ASM_PBL_NMON_H */