xref: /netbsd-src/sys/arch/iyonix/include/param.h (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1 /*	$NetBSD: param.h,v 1.3 2008/03/16 19:54:11 he Exp $	*/
2 
3 #ifndef _IYONIX_PARAM_H_
4 #define _IYONIX_PARAM_H_
5 
6 #define	_MACHINE	iyonix
7 #define	MACHINE		"iyonix"
8 
9 #include <arm/arm32/param.h>
10 
11 #endif /* _IYONIX_PARAM_H_ */
12