10 lines
220 B
C
10 lines
220 B
C
/* $NetBSD: limits.h,v 1.1 1999/12/09 14:53:11 tsutsui Exp $ */
|
|
|
|
#ifndef _MACHINE_LIMITS_H_
|
|
#define _MACHINE_LIMITS_H_
|
|
|
|
/* Just use the common m68k definition */
|
|
#include <m68k/limits.h>
|
|
|
|
#endif /* _MACHINE_LIMITS_H_ */
|