1998-01-10 01:23:44 +03:00
|
|
|
/* $NetBSD: limits.h,v 1.11 1998/01/09 22:24:01 perry Exp $ */
|
|
|
|
|
|
|
|
#ifndef _MACHINE_LIMITS_H_
|
|
|
|
#define _MACHINE_LIMITS_H_
|
1994-10-27 00:08:38 +03:00
|
|
|
|
1996-03-19 06:06:28 +03:00
|
|
|
#include <mips/limits.h>
|
1993-10-12 06:22:19 +03:00
|
|
|
|
1996-03-19 06:06:28 +03:00
|
|
|
#ifdef _KERNEL
|
|
|
|
#define CLK_TCK 60 /* ticks per second */
|
1994-10-05 20:16:29 +03:00
|
|
|
#endif
|
1998-01-10 01:23:44 +03:00
|
|
|
|
|
|
|
#endif /* _MACHINE_LIMITS_H_ */
|