1 1.2 perry /* $NetBSD: limits.h,v 1.2 1998/01/09 22:24:08 perry Exp $ */ 2 1.2 perry 3 1.2 perry #ifndef _MACHINE_LIMITS_H_ 4 1.2 perry #define _MACHINE_LIMITS_H_ 5 1.1 oki 6 1.1 oki /* Just use the common m68k definition */ 7 1.1 oki #include <m68k/limits.h> 8 1.1 oki 9 1.1 oki #ifdef KERNEL 10 1.1 oki #define CLOCKS_PER_SEC 100 11 1.1 oki #endif 12 1.2 perry 13 1.2 perry #endif /* _MACHINE_LIMITS_H_ */ 14