/*
- * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef __ASM_MACROS_S__
+#define __ASM_MACROS_S__
#include <arch.h>
_mov_imm16 \_reg, (\_val), 48
.endif
.endm
+
+#endif /* __ASM_MACROS_S__ */
/*
- * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2014-2015, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef __ASSERT_MACROS_S__
+#define __ASSERT_MACROS_S__
/*
* Assembler macro to enable asm_assert. Use this macro wherever
mov x1, __LINE__ ;\
b asm_assert ;\
300:
+
+#endif /* __ASSERT_MACROS_S__ */
/*
- * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2014-2015, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef __CPU_MACROS_S__
+#define __CPU_MACROS_S__
#include <arch.h>
.quad \_name\()_cpu_reg_dump
#endif
.endm
+
+#endif /* __CPU_MACROS_S__ */
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef __PLAT_MACROS_S__
+#define __PLAT_MACROS_S__
+
#include <cci.h>
#include <gic_v2.h>
#include <plat_config.h>
/* Store to the crash buf and print to console */
bl str_in_crash_buf_print
.endm
+
+#endif /* __PLAT_MACROS_S__ */
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef __PLAT_MACROS_S__
+#define __PLAT_MACROS_S__
#include <cci.h>
#include <gic_v2.h>
/* Store to the crash buf and print to console */
bl str_in_crash_buf_print
.endm
+
+
+#endif /* __PLAT_MACROS_S__ */