12 lines
295 B
C
12 lines
295 B
C
/*
|
|
* $Id: limits.h,v 1.3 1994/02/04 08:19:59 glass Exp $
|
|
*/
|
|
|
|
/* XXX - Probably the wrong place for this - cgd
|
|
* Not right value either I think, but this is a posix-ism -- glass
|
|
*/
|
|
#define CLK_TCK 60 /* ticks per second */
|
|
|
|
/* and use the common m68k definition */
|
|
#include <m68k/limits.h>
|