xref: /netbsd-src/sys/arch/sun3/include/limits.h (revision ae1bfcddc410612bc8c58b807e1830becb69a24c)
1 /*
2  *	$Id: limits.h,v 1.3 1994/02/04 08:19:59 glass Exp $
3  */
4 
5 /* XXX - Probably the wrong place for this - cgd
6  * Not right value either I think, but this is a posix-ism -- glass
7  */
8 #define	CLK_TCK		60		/* ticks per second */
9 
10 /* and use the common m68k definition */
11 #include <m68k/limits.h>
12