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