summaryrefslogtreecommitdiff
path: root/cactus/aarch64/cactus_arch_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'cactus/aarch64/cactus_arch_helpers.S')
-rw-r--r--cactus/aarch64/cactus_arch_helpers.S14
1 files changed, 14 insertions, 0 deletions
diff --git a/cactus/aarch64/cactus_arch_helpers.S b/cactus/aarch64/cactus_arch_helpers.S
new file mode 100644
index 0000000..2b69883
--- /dev/null
+++ b/cactus/aarch64/cactus_arch_helpers.S
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#include <asm_macros.S>
+
+ .globl cactus_svc
+
+func cactus_svc
+ svc #0
+ ret
+endfunc cactus_svc