summaryrefslogtreecommitdiff
path: root/sys/arch/beagle/include/reloc.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2009-05-08 03:13:28 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2009-05-08 03:13:28 +0000
commit29c2ae65d24060da0fb3c657be58b96287d797fc (patch)
tree5e0d31434b848a336fc397d893820a6bcb0b8576 /sys/arch/beagle/include/reloc.h
parentcc5487841663acb2a4e0544a1922892ce4831950 (diff)
Initial effort on a port to the omap35xx platform specifically beagleboard,
however other omap system may be supportable. Not functional until armv7 core changes are complete.
Diffstat (limited to 'sys/arch/beagle/include/reloc.h')
-rw-r--r--sys/arch/beagle/include/reloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/beagle/include/reloc.h b/sys/arch/beagle/include/reloc.h
new file mode 100644
index 00000000000..a0214f1521d
--- /dev/null
+++ b/sys/arch/beagle/include/reloc.h
@@ -0,0 +1,2 @@
+/* $OpenBSD: reloc.h,v 1.1 2009/05/08 03:13:26 drahn Exp $ */
+#include <arm/reloc.h>