summaryrefslogtreecommitdiff
path: root/sys/arch/gumstix/include/asm.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2008-11-26 14:18:12 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2008-11-26 14:18:12 +0000
commit031612618bdded5842da71a53949df29d0c35645 (patch)
tree0373bf0a1e82262ee01903ad2208456a47fd050e /sys/arch/gumstix/include/asm.h
parent5eae87e9dd0a3373254a274997e646ef26ff422a (diff)
Initial port of OpenBSD to the (xscale based) gumstix, work in progress.
Most bits cloned from zaurus.
Diffstat (limited to 'sys/arch/gumstix/include/asm.h')
-rw-r--r--sys/arch/gumstix/include/asm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/gumstix/include/asm.h b/sys/arch/gumstix/include/asm.h
new file mode 100644
index 00000000000..991e34545b6
--- /dev/null
+++ b/sys/arch/gumstix/include/asm.h
@@ -0,0 +1,4 @@
+/* $OpenBSD: asm.h,v 1.1 2008/11/26 14:18:11 drahn Exp $ */
+/* $NetBSD: asm.h,v 1.3 2001/11/25 15:55:54 thorpej Exp $ */
+
+#include <arm/asm.h>