summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/elf.h')
-rw-r--r--sys/arm/include/elf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arm/include/elf.h b/sys/arm/include/elf.h
index a6f1462..81351e8 100644
--- a/sys/arm/include/elf.h
+++ b/sys/arm/include/elf.h
@@ -125,4 +125,9 @@ __ElfType(Auxinfo);
#define ELF_TARG_MACH EM_ARM
#define ELF_TARG_VER 1
+/*
+ * Magic number for the elf trampoline, chosen wisely to be an immediate
+ * value.
+ */
+#define MAGIC_TRAMP_NUMBER 0x5c000003
#endif /* !_MACHINE_ELF_H_ */
OpenPOWER on IntegriCloud