2000-01-24 00:01:48 +03:00
|
|
|
/* $NetBSD: limits.h,v 1.5 2000/01/23 21:01:57 soda Exp $ */
|
|
|
|
/* $OpenBSD: limits.h,v 1.1.1.1 1996/06/24 09:07:17 pefo Exp $ */
|
|
|
|
/* NetBSD: limits.h,v 1.8 1995/03/28 18:19:16 jtc Exp */
|
2000-01-23 23:08:24 +03:00
|
|
|
|
|
|
|
#ifndef _MACHINE_LIMITS_H_
|
|
|
|
#define _MACHINE_LIMITS_H_
|
|
|
|
|
|
|
|
#include <mips/limits.h>
|
|
|
|
|
|
|
|
#ifdef _KERNEL
|
|
|
|
#define CLK_TCK 100 /* ticks per second */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* _MACHINE_LIMITS_H_ */
|