NetBSD/sys/arch/pmax/include/limits.h
jonathan ed6c35ae96 Replace the following header files from src/sys/arch/pmax/include/
with versions that  include  equivalent files from <mips/include>.
(cvs magic copied the previous revisions, with history, to
 src/sys/arch/mips/include).

bsd-aout.h elf.h endian.h exec.h float.h ieeefp.h limit.h pcb.h proc.h
profile.h reg.h regdef.h setjmp.h stdarg.h vmparam.h
1996-03-19 03:06:28 +00:00

8 lines
159 B
C

/* $NetBSD: limits.h,v 1.10 1996/03/19 03:06:28 jonathan Exp $ */
#include <mips/limits.h>
#ifdef _KERNEL
#define CLK_TCK 60 /* ticks per second */
#endif