Home | History | Annotate | Line # | Download | only in include
limits.h revision 1.11
      1  1.11     perry /*	$NetBSD: limits.h,v 1.11 1998/01/09 22:24:01 perry Exp $	*/
      2  1.11     perry 
      3  1.11     perry #ifndef	_MACHINE_LIMITS_H_
      4  1.11     perry #define	_MACHINE_LIMITS_H_
      5   1.6       cgd 
      6  1.10  jonathan #include <mips/limits.h>
      7   1.1   deraadt 
      8  1.10  jonathan #ifdef _KERNEL
      9  1.10  jonathan #define CLK_TCK		60		/* ticks per second */
     10   1.5       jtc #endif
     11  1.11     perry 
     12  1.11     perry #endif /* _MACHINE_LIMITS_H_ */
     13