NetBSD/sys/arch/sun3/include/limits.h

10 lines
224 B
C
Raw Normal View History

/*
* $Id: limits.h,v 1.2 1994/01/08 19:08:50 cgd Exp $
*/
/* XXX - Probably the wrong place for this - cgd */
#define CLK_TCK 60 /* ticks per second */
/* and use the common m68k definition */
#include <m68k/limits.h>