mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
CRIS: Add include guard
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
parent
0c07d3abc8
commit
97a644461d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue