blob: 598d5e27f86c3b4b54a926c33632f1a21c8203a5 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: limits.h,v 1.4 1997/07/24 14:48:50 deraadt Exp $ */
#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_
/* Just use the common m68k definition */
#include <m68k/limits.h>
#endif /* _MACHINE_LIMITS_H_ */
|