summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/include/types.h
blob: 5429020f2f79049bc40da23212d57f6c5f70870a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*	$NetBSD: types.h,v 1.16 2023/02/05 22:42:39 mrg Exp $	*/

#ifndef _EVBARM_TYPES_H_
#define	_EVBARM_TYPES_H_

#define	__HAVE_CPU_BOOTCONF

#ifdef __aarch64__
#include <aarch64/types.h>

#define	__HAVE_DEVICE_REGISTER
#else
#include <arm/arm32/types.h>

#define	__HAVE_NEW_STYLE_BUS_H
#define	__HAVE_COMPAT_NETBSD32

#endif
#endif