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