summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/bits/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm64/include/bits/compiler.h')
-rw-r--r--src/arch/arm64/include/bits/compiler.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/arch/arm64/include/bits/compiler.h b/src/arch/arm64/include/bits/compiler.h
new file mode 100644
index 000000000..3b129c2fd
--- /dev/null
+++ b/src/arch/arm64/include/bits/compiler.h
@@ -0,0 +1,16 @@
+#ifndef _BITS_COMPILER_H
+#define _BITS_COMPILER_H
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+/** Dummy relocation type */
+#define RELOC_TYPE_NONE R_AARCH64_NULL
+
+#ifndef ASSEMBLY
+
+#define __asmcall
+#define __libgcc
+
+#endif /* ASSEMBLY */
+
+#endif /*_BITS_COMPILER_H */