xref: /netbsd-src/sys/arch/x68k/include/limits.h (revision 9fbd88883c38d0c0fbfcbe66d76fe6b0fab3f9de)
1 /*	$NetBSD: limits.h,v 1.2 1998/01/09 22:24:08 perry Exp $	*/
2 
3 #ifndef	_MACHINE_LIMITS_H_
4 #define	_MACHINE_LIMITS_H_
5 
6 /* Just use the common m68k definition */
7 #include <m68k/limits.h>
8 
9 #ifdef KERNEL
10 #define CLOCKS_PER_SEC 100
11 #endif
12 
13 #endif /* _MACHINE_LIMITS_H_ */
14