summaryrefslogtreecommitdiff
path: root/include/common/assert_macros.S
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-04-29 17:04:51 +0100
committerdanh-arm <dan.handley@arm.com>2015-04-29 17:04:51 +0100
commit4731e8f0f1f43386b8280db81f5db588ae7b4ccc (patch)
tree61c5361b9124f61a9516a55e1db176c410fa3b03 /include/common/assert_macros.S
parent6403a306664a9cca92f413500e5389cae77dd816 (diff)
parent4a75b84ae600122dccbca5e00432b73f6116153e (diff)
Merge pull request #295 from danh-arm/dh/plat-port-reorg
ARM platform port reorganization
Diffstat (limited to 'include/common/assert_macros.S')
-rw-r--r--include/common/assert_macros.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/common/assert_macros.S b/include/common/assert_macros.S
index 807972f3..cb6c78b8 100644
--- a/include/common/assert_macros.S
+++ b/include/common/assert_macros.S
@@ -1,5 +1,5 @@
/*
- * 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:
@@ -27,6 +27,8 @@
* 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
@@ -47,3 +49,5 @@
mov x1, __LINE__ ;\
b asm_assert ;\
300:
+
+#endif /* __ASSERT_MACROS_S__ */