NetBSD/sys/arch/mvme68k/include/limits.h

10 lines
218 B
C

/* $NetBSD: limits.h,v 1.2 1998/01/09 22:23:55 perry Exp $ */
#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_
/* Just use the common m68k definition */
#include <m68k/limits.h>
#endif /* _MACHINE_LIMITS_H_ */