Home | History | Annotate | Line # | Download | only in include
limits.h revision 1.5.6.2
      1 /*	$NetBSD: limits.h,v 1.5.6.2 2000/11/20 20:00:36 bouyer Exp $	*/
      2 /*	$OpenBSD: limits.h,v 1.1.1.1 1996/06/24 09:07:17 pefo Exp $	*/
      3 /*	NetBSD: limits.h,v 1.8 1995/03/28 18:19:16 jtc Exp 	*/
      4 
      5 #ifndef	_MACHINE_LIMITS_H_
      6 #define	_MACHINE_LIMITS_H_
      7 
      8 #include <mips/limits.h>
      9 
     10 #ifdef _KERNEL
     11 #define CLK_TCK		100		/* ticks per second */
     12 #endif
     13 
     14 #endif /* _MACHINE_LIMITS_H_ */
     15