NetBSD/sys/arch/pmax/include/limits.h
ad 838b5e08c9 - Fix RCS Ids.
- Spacing.
- Protect from multiple inclusion in a consistant way (except on headers
  that do nothing except function as mips header wrappers).
2000-01-09 15:34:41 +00:00

13 lines
233 B
C

/* $NetBSD: limits.h,v 1.12 2000/01/09 15:34:43 ad Exp $ */
#ifndef _PMAX_LIMITS_H_
#define _PMAX_LIMITS_H_
#include <mips/limits.h>
#ifdef _KERNEL
#define CLK_TCK 60 /* ticks per second */
#endif
#endif /* !_PMAX_LIMITS_H_ */