limits.h revision 1.2
11.2Sperry/*	$NetBSD: limits.h,v 1.2 1998/01/09 22:23:55 perry Exp $	*/
21.2Sperry
31.2Sperry#ifndef	_MACHINE_LIMITS_H_
41.2Sperry#define	_MACHINE_LIMITS_H_
51.1Schuck
61.1Schuck/* Just use the common m68k definition */
71.1Schuck#include <m68k/limits.h>
81.2Sperry
91.2Sperry#endif /* _MACHINE_LIMITS_H_ */
10