diff options
author | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-05 01:22:12 +0000 |
---|---|---|
committer | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-05 01:22:12 +0000 |
commit | d1cc7e6467991909c848131c2418e5879c85412d (patch) | |
tree | c389ccf0ca21fc4df81f23ef6137508c8421667f /sys/arch/palm/include/bus.h | |
parent | fce0339e25d60b70523c3fd6ca778dff89e93720 (diff) |
Palm: initial commit of sys/arch/palm
OK deraadt@
Diffstat (limited to 'sys/arch/palm/include/bus.h')
-rw-r--r-- | sys/arch/palm/include/bus.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/palm/include/bus.h b/sys/arch/palm/include/bus.h new file mode 100644 index 00000000000..f2fbe6adc95 --- /dev/null +++ b/sys/arch/palm/include/bus.h @@ -0,0 +1,4 @@ +/* $OpenBSD: bus.h,v 1.1 2009/09/05 01:22:11 marex Exp $ */ +/* $NetBSD: bus.h,v 1.3 2001/11/25 15:55:55 thorpej Exp $ */ + +#include <arm/bus.h> |