limits.h revision 1.2 1 /*
2 * $Id: limits.h,v 1.2 1994/01/08 19:08:50 cgd Exp $
3 */
4
5 /* XXX - Probably the wrong place for this - cgd */
6 #define CLK_TCK 60 /* ticks per second */
7
8 /* and use the common m68k definition */
9 #include <m68k/limits.h>
10