NetBSD/sys/arch/x68k/include/limits.h
perry fc9464af40 remove definition of CLOCKS_PER_SEC protected by #ifdef KERNEL. It is
used nowhere, and KERNEL is defined nowhere (vs. _KERNEL).
2002-06-23 16:54:00 +00:00

10 lines
218 B
C

/* $NetBSD: limits.h,v 1.3 2002/06/23 16:54:00 perry Exp $ */
#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_
/* Just use the common m68k definition */
#include <m68k/limits.h>
#endif /* _MACHINE_LIMITS_H_ */