aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/include/bits/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86_64/include/bits/compiler.h')
-rw-r--r--src/arch/x86_64/include/bits/compiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86_64/include/bits/compiler.h b/src/arch/x86_64/include/bits/compiler.h
index 51a7eaa..f70b2e5 100644
--- a/src/arch/x86_64/include/bits/compiler.h
+++ b/src/arch/x86_64/include/bits/compiler.h
@@ -1,6 +1,9 @@
#ifndef _BITS_COMPILER_H
#define _BITS_COMPILER_H
+/** Dummy relocation type */
+#define RELOC_TYPE_NONE R_X86_64_NONE
+
#ifndef ASSEMBLY
/** Declare a function with standard calling conventions */