diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-05-29 17:13:20 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-05-29 17:13:20 +0000 |
commit | 22306749731e2bce8451f0e12fe15dcc4eb73195 (patch) | |
tree | 6bf990a0d3fbb93a1174abf7aeb967b47d0ea378 /sys/arch/armish/include/frame.h | |
parent | e3327ac00759f19adfcdb42261ba471fc32b4e93 (diff) |
Add a new port for ARM based products from a variety of vendors, typically
using Redboot as a loader and using pci, that have a variety of fairly minor
hardware differences between them.
Diffstat (limited to 'sys/arch/armish/include/frame.h')
-rw-r--r-- | sys/arch/armish/include/frame.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/armish/include/frame.h b/sys/arch/armish/include/frame.h new file mode 100644 index 00000000000..6de1f1ee1c9 --- /dev/null +++ b/sys/arch/armish/include/frame.h @@ -0,0 +1,4 @@ +/* $OpenBSD: frame.h,v 1.1 2006/05/29 17:13:19 drahn Exp $ */ +/* $NetBSD: frame.h,v 1.1 2001/06/08 22:23:00 chris Exp $ */ + +#include <arm/frame.h> |