Home | History | Annotate | Line # | Download | only in include
isa_machdep.h revision 1.4
      1  1.4  chris /* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */
      2  1.4  chris 
      3  1.4  chris #ifndef _CATS_ISA_MACHDEP_H_
      4  1.4  chris #define _CATS_ISA_MACHDEP_H_
      5  1.4  chris void isa_cats_init __P((u_int, u_int));
      6  1.1  chris 
      7  1.1  chris #include <arm/isa_machdep.h>
      8  1.4  chris #endif
      9