summaryrefslogtreecommitdiff
path: root/sys/arch/ia64/include/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/ia64/include/exec.h')
-rw-r--r--sys/arch/ia64/include/exec.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/arch/ia64/include/exec.h b/sys/arch/ia64/include/exec.h
new file mode 100644
index 00000000000..d08a436f4f5
--- /dev/null
+++ b/sys/arch/ia64/include/exec.h
@@ -0,0 +1,17 @@
+/* $OpenBSD: exec.h,v 1.1 2011/07/04 23:29:08 pirofti Exp $ */
+
+/*
+ * Written by Paul Irofti <pirofti@openbsd.org>. Public Domain.
+ */
+
+#ifndef _IA64_EXEC_H_
+#define _IA64_EXEC_H_
+
+#define NATIVE_EXEC_ELF
+
+#define ARCH_ELFSIZE 64
+
+#define _NLIST_DO_ELF
+#define _KERN_DO_ELF64
+
+#endif