diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2008-11-26 14:47:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2008-11-26 14:47:51 +0000 |
commit | 8c0bacb71bee1ba1a169af8ebda59567a87ef88f (patch) | |
tree | ca1be99d32f89df936b5892e92ad6376c513e755 /sys/arch/moko/include/db_machdep.h | |
parent | c6d65e6e11637f113bb9637929b7a7ba1382553e (diff) |
Start at the port of OpenBSD to the OpenMoko hardware. Work in progress.
Diffstat (limited to 'sys/arch/moko/include/db_machdep.h')
-rw-r--r-- | sys/arch/moko/include/db_machdep.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/moko/include/db_machdep.h b/sys/arch/moko/include/db_machdep.h new file mode 100644 index 00000000000..3f4b9333e38 --- /dev/null +++ b/sys/arch/moko/include/db_machdep.h @@ -0,0 +1,4 @@ +/* $OpenBSD: db_machdep.h,v 1.1 2008/11/26 14:47:50 drahn Exp $ */ +/* $NetBSD: db_machdep.h,v 1.3 2001/11/25 15:55:55 thorpej Exp $ */ + +#include <arm/db_machdep.h> |