Home | History | Annotate | Line # | Download | only in include
limits.h revision 1.4
      1  1.3     perry /*	$NetBSD: limits.h,v 1.4 2000/01/23 20:08:25 soda Exp $	*/
      2  1.3     perry 
      3  1.3     perry #ifndef	_MACHINE_LIMITS_H_
      4  1.3     perry #define	_MACHINE_LIMITS_H_
      5  1.1  jonathan 
      6  1.2  jonathan #include <mips/limits.h>
      7  1.1  jonathan 
      8  1.1  jonathan #ifdef _KERNEL
      9  1.2  jonathan #define CLK_TCK		100		/* ticks per second */
     10  1.1  jonathan #endif
     11  1.3     perry 
     12  1.3     perry #endif /* _MACHINE_LIMITS_H_ */
     13