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