]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/cris/include/arch-v32/mach-fs/mach/startup.inc
CRIS: Add include guard
[net-next-2.6.git] / arch / cris / include / arch-v32 / mach-fs / mach / startup.inc
index 4a10ccbd6cc16e5a4c90a5f5f7228ec79d3ad33e..dd1abbdcbc7aff9133e73f98e46dac05546f38f2 100644 (file)
@@ -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