types.h revision 1.9
1/*	$NetBSD: types.h,v 1.9 2011/07/17 23:46:49 dyoung Exp $	*/
2
3#ifndef _IYONIX_TYPES_H_
4#define	_IYONIX_TYPES_H_
5
6#include <arm/arm32/types.h>
7
8#define	__HAVE_NEW_STYLE_BUS_H
9
10#endif
11