1998-01-10 01:23:44 +03:00
|
|
|
/* $NetBSD: limits.h,v 1.8 1998/01/09 22:23:47 perry Exp $ */
|
|
|
|
|
|
|
|
#ifndef _MACHINE_LIMITS_H_
|
|
|
|
#define _MACHINE_LIMITS_H_
|
1993-05-14 00:35:11 +04:00
|
|
|
|
1994-01-08 15:41:41 +03:00
|
|
|
/* Just use the common m68k definition */
|
|
|
|
#include <m68k/limits.h>
|
1998-01-10 01:23:44 +03:00
|
|
|
|
|
|
|
#endif /* _MACHINE_LIMITS_H_ */
|