xref: /netbsd-src/sys/arch/cats/include/isa_machdep.h (revision 9fbd88883c38d0c0fbfcbe66d76fe6b0fab3f9de)
1 /* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */
2 
3 #ifndef _CATS_ISA_MACHDEP_H_
4 #define _CATS_ISA_MACHDEP_H_
5 void isa_cats_init __P((u_int, u_int));
6 
7 #include <arm/isa_machdep.h>
8 #endif
9