diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 00:04:36 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 00:04:36 +0000 |
commit | 58f7a10b6910b18b245ca5e6995173777513987b (patch) | |
tree | c6218832926b034e575fd8c647a0abed5f29a716 /sys/arch/zaurus/include/trap.h | |
parent | 3e2923d918820b57513c2f1a63841ef8a23bbd26 (diff) |
Port of OpenBSD to the Zaurus, currently running on C860, soon C3000.
Diffstat (limited to 'sys/arch/zaurus/include/trap.h')
-rw-r--r-- | sys/arch/zaurus/include/trap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/zaurus/include/trap.h b/sys/arch/zaurus/include/trap.h new file mode 100644 index 00000000000..bbcaa1b8aa4 --- /dev/null +++ b/sys/arch/zaurus/include/trap.h @@ -0,0 +1,4 @@ +/* $OpenBSD: trap.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */ +/* $NetBSD: trap.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ + +#include <arm/trap.h> |