Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / cats / include / isa_machdep.h
blobe8d564bff8307638710e862466329c0d2ac44297
1 /* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */
3 #ifndef _CATS_ISA_MACHDEP_H_
4 #define _CATS_ISA_MACHDEP_H_
5 #include <arm/isa_machdep.h>
7 #ifdef _KERNEL
8 #define ISA_FOOTBRIDGE_IRQ IRQ_IN_L2
9 void isa_footbridge_init(u_int, u_int);
10 #endif /* _KERNEL */
12 #endif /* _CATS_ISA_MACHDEP_H_ */