minix/sys/arch/evbarm/include/types.h
Lionel Sambuc b1c4ba4ab6 ARM updates
Due to the ABI we are using we have to use the earm architecture
moniker for the build system to behave correctly. This involves
then some headers to move around.

There is also a few related Makefile updates as well as minor
source code corrections.
2013-01-17 10:03:58 +01:00

11 lines
183 B
C

/* $NetBSD: types.h,v 1.12 2011/11/26 16:31:40 skrll Exp $ */
#ifndef _EVBARM_TYPES_H_
#define _EVBARM_TYPES_H_
#include <arm/arm32/types.h>
#define __HAVE_NEW_STYLE_BUS_H
#endif