blob: 636299d4b1f9069ff1b27c38f6fffab78e07ca96 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: limits.h,v 1.8 1998/01/09 22:23:47 perry Exp $ */
#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_
/* Just use the common m68k definition */
#include <m68k/limits.h>
#endif /* _MACHINE_LIMITS_H_ */
|