c69d818cfe
including <arm/arm32/param.h>. Fixes build problem for rump.
12 lines
221 B
C
12 lines
221 B
C
/* $NetBSD: param.h,v 1.3 2008/03/16 19:54:11 he Exp $ */
|
|
|
|
#ifndef _IYONIX_PARAM_H_
|
|
#define _IYONIX_PARAM_H_
|
|
|
|
#define _MACHINE iyonix
|
|
#define MACHINE "iyonix"
|
|
|
|
#include <arm/arm32/param.h>
|
|
|
|
#endif /* _IYONIX_PARAM_H_ */
|