summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/limits.h
blob: 0ee861ad0fe3bacfd11b5279de558d0de02da4e7 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: limits.h,v 1.3 1997/07/24 14:48:48 deraadt Exp $	*/
/*	$NetBSD: limits.h,v 1.7 1994/10/26 07:26:27 cgd Exp $	*/

#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_

/* Just use the common m68k definition */
#include <m68k/limits.h>

#endif /* _MACHINE_LIMITS_H_ */