xref: /netbsd-src/sys/arch/netwinder/include/isa_machdep.h (revision c38e7cc395b1472a774ff828e46123de44c628e9)
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