Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / netwinder / include / isa_machdep.h
blob399b247ecbe92d5f994ff2a2775d352d18a4d246
1 /* $NetBSD: isa_machdep.h,v 1.4 2002/10/09 00:33:39 thorpej Exp $ */
3 #ifndef _NETWINDER_ISA_MACHDEP_H_
4 #define _NETWINDER_ISA_MACHDEP_H_
6 #include <arm/isa_machdep.h>
8 #ifdef _KERNEL
9 #define ISA_FOOTBRIDGE_IRQ IRQ_IN_L3
10 void isa_footbridge_init(u_int, u_int);
11 #endif /* _KERNEL */
13 #endif /* _NETWINDER_ISA_MACHDEP_H_ */