blob: a67a0123dc9a9a32b19b00b830cf60c786280d9a (
plain)
1
2
3
4
5
6
7
8
9
|
/* $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_ */
|