/* $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 #ifdef _KERNEL #define ISA_FOOTBRIDGE_IRQ IRQ_IN_L2 void isa_footbridge_init(u_int, u_int); #endif /* _KERNEL */ #endif /* _ZAURUS_ISA_MACHDEP_H_ */