diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2009-05-08 03:13:28 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2009-05-08 03:13:28 +0000 |
commit | 29c2ae65d24060da0fb3c657be58b96287d797fc (patch) | |
tree | 5e0d31434b848a336fc397d893820a6bcb0b8576 /sys/arch/beagle/include/reloc.h | |
parent | cc5487841663acb2a4e0544a1922892ce4831950 (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.h | 2 |
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> |