ed6c35ae96
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
8 lines
159 B
C
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
|