1ca217b445
with versions that include equivalent files from <mips/include>. (cvs magic copied the previous revisions, with history, to src/sys/arch/mips/include). ansi.h bsd-aout.h cdefs.h ecoff.h elf.h endian.h exec.h float.h ieeefp.h kdbparam.h limits.h pcb.h pmap.h proc.h profile.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h types.h varargs.h vmparam.h NB: Some files (e.g., limits.h reloc.h pmap.h) add pica-specific #defines to the generic mips support.
8 lines
159 B
C
8 lines
159 B
C
/* $NetBSD: limits.h,v 1.2 1996/03/23 03:42:48 jonathan Exp $ */
|
|
|
|
#include <mips/limits.h>
|
|
|
|
#ifdef _KERNEL
|
|
#define CLK_TCK 100 /* ticks per second */
|
|
#endif
|