xref: /netbsd-src/sys/arch/iyonix/include/param.h (revision b7ae68fde0d8ef1c03714e8bbb1ee7c6118ea93b)
1 /*	$NetBSD: param.h,v 1.2 2005/12/11 12:17:51 christos Exp $	*/
2 
3 #ifndef _IYONIX_PARAM_H_
4 #define _IYONIX_PARAM_H_
5 
6 #include <arm/arm32/param.h>
7 
8 #define	_MACHINE	iyonix
9 #define	MACHINE		"iyonix"
10 
11 #endif /* _IYONIX_PARAM_H_ */
12