xref: /netbsd-src/sys/arch/netwinder/include/isa_machdep.h (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1 /*	$NetBSD: isa_machdep.h,v 1.5 2002/10/12 11:53:42 chris Exp $	*/
2 
3 #ifndef _NETWINDER_ISA_MACHDEP_H_
4 #define	_NETWINDER_ISA_MACHDEP_H_
5 
6 #include <arm/isa_machdep.h>
7 
8 #ifdef _KERNEL
9 #define ISA_FOOTBRIDGE_IRQ IRQ_IN_L3
10 void	isa_footbridge_init(u_int, u_int);
11 #endif /* _KERNEL */
12 
13 #endif /* _NETWINDER_ISA_MACHDEP_H_ */
14