Skip to content

Commit

Permalink
CRIS: Add include guard
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
  • Loading branch information
jniax committed Aug 4, 2010
1 parent 0c07d3a commit 97a6444
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/cris/include/arch-v32/mach-fs/mach/startup.inc
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -75,3 +78,5 @@
move.d $r10, [$r11]
#endif
.endm

#endif

0 comments on commit 97a6444

Please sign in to comment.