diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 05:12:56 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 05:12:56 +0000 |
commit | 8c3155bfa8b79dd47d2cc64189a919a9b434dc79 (patch) | |
tree | 7f4579210f3ad3b40021d7dbd71896e5f1f3899e /sys/arch/cats/pci/pci_machdep.h | |
parent | bad76f195320d5f8fe71dd2cdd09b7e6448ae62f (diff) |
cats (ARM) support for OpenBSD, based on NetBSD code.
Diffstat (limited to 'sys/arch/cats/pci/pci_machdep.h')
-rw-r--r-- | sys/arch/cats/pci/pci_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/cats/pci/pci_machdep.h b/sys/arch/cats/pci/pci_machdep.h new file mode 100644 index 00000000000..ed767599faa --- /dev/null +++ b/sys/arch/cats/pci/pci_machdep.h @@ -0,0 +1,2 @@ +/* $OpenBSD: pci_machdep.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ +#include <arm/pci_machdep.h> |