types.h revision 1.1
1/* $NetBSD: types.h,v 1.1 2001/10/05 22:27:52 reinoud Exp $ */
2
3#ifndef _ARM32_TYPES_H_
4#define _ARM32_TYPES_H_
5
6#include <arm/types.h>
7
8#define __HAVE_DEVICE_REGISTER
9#define __HAVE_NWSCONS
10
11#endif
12