Home | History | Annotate | Line # | Download | only in machine
int_const.h revision 1.1.10.2
      1  1.1.10.2  uch /*	$NetBSD: int_const.h,v 1.1.10.2 2001/04/30 13:41:33 uch Exp $	*/
      2  1.1.10.2  uch 
      3  1.1.10.2  uch #if defined ARM
      4  1.1.10.2  uch #include "../../../../arm/include/int_const.h"
      5  1.1.10.2  uch #elif defined MIPS
      6  1.1.10.2  uch #include "../../../../mips/include/int_const.h"
      7  1.1.10.2  uch #elif defined SHx
      8  1.1.10.2  uch #include "../../../../sh3/include/int_const.h"
      9  1.1.10.2  uch #else
     10  1.1.10.2  uch #error "unknown architecture"
     11  1.1.10.2  uch #endif
     12