10 lines
221 B
C
10 lines
221 B
C
|
/* $NetBSD: limits.h,v 1.1 2000/01/05 08:48:58 nisimura Exp $ */
|
||
|
|
||
|
#ifndef _MACHINE_LIMITS_H_
|
||
|
#define _MACHINE_LIMITS_H_
|
||
|
|
||
|
/* Just use the common m68k definition */
|
||
|
#include <m68k/limits.h>
|
||
|
|
||
|
#endif /* _MACHINE_LIMITS_H_ */
|