types.h revision 1.8
1/*	$NetBSD: types.h,v 1.8 2008/01/20 18:09:07 joerg Exp $	*/
2
3#ifndef _IYONIX_TYPES_H_
4#define	_IYONIX_TYPES_H_
5
6#include <arm/arm32/types.h>
7
8#define	__HAVE_DEVICE_REGISTER
9
10#endif
11