浏览代码

CRIS: Add include guard

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Jesper Nilsson 15 年之前
父节点
当前提交
97a644461d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      arch/cris/include/arch-v32/mach-fs/mach/startup.inc

+ 5 - 0
arch/cris/include/arch-v32/mach-fs/mach/startup.inc

@@ -1,3 +1,6 @@
+#ifndef STARTUP_INC_INCLUDED
+#define STARTUP_INC_INCLUDED
+
 #include <hwregs/asm/reg_map_asm.h>
 #include <hwregs/asm/bif_core_defs_asm.h>
 #include <hwregs/asm/gio_defs_asm.h>
@@ -75,3 +78,5 @@
 	move.d $r10, [$r11]
 #endif
 	.endm
+
+#endif