diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-30 19:51:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-30 19:51:40 +0000 |
commit | b3635a87067cc9d698cd5c5c7703248974e27a22 (patch) | |
tree | 56950630e19a3d3e189478535cc46d28089939dc /sys/arch/zaurus | |
parent | 2fd248c516077c997c2b56cdc8562bee55a3d7c6 (diff) |
Not necessary here either.
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/include/irqhandler.h | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/include/isa_machdep.h | 13 |
2 files changed, 0 insertions, 17 deletions
diff --git a/sys/arch/zaurus/include/irqhandler.h b/sys/arch/zaurus/include/irqhandler.h deleted file mode 100644 index a10bebe9e55..00000000000 --- a/sys/arch/zaurus/include/irqhandler.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: irqhandler.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */ -/* $NetBSD: irqhandler.h,v 1.4 2002/04/12 18:50:32 thorpej Exp $ */ - -#include <arm/footbridge/footbridge_irqhandler.h> diff --git a/sys/arch/zaurus/include/isa_machdep.h b/sys/arch/zaurus/include/isa_machdep.h deleted file mode 100644 index 315cdae8642..00000000000 --- a/sys/arch/zaurus/include/isa_machdep.h +++ /dev/null @@ -1,13 +0,0 @@ -/* $OpenBSD: isa_machdep.h,v 1.2 2004/12/31 14:57:13 drahn Exp $ */ -/* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */ - -#ifndef _ZAURUS_ISA_MACHDEP_H_ -#define _ZAURUS_ISA_MACHDEP_H_ -#include <arm/isa_machdep.h> - -#ifdef _KERNEL -#define ISA_FOOTBRIDGE_IRQ IRQ_IN_L2 -void isa_footbridge_init(u_int, u_int); -#endif /* _KERNEL */ - -#endif /* _ZAURUS_ISA_MACHDEP_H_ */ |