From e8d2af9dd07b66f6f480a98fd5faf4448286d532 Mon Sep 17 00:00:00 2001 From: joff Date: Thu, 23 Dec 2004 04:36:18 +0000 Subject: [PATCH] Need these files present for ISA support --- sys/arch/evbarm/include/isa_machdep.h | 7 +++++++ sys/arch/evbarm/include/pio.h | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 sys/arch/evbarm/include/isa_machdep.h create mode 100644 sys/arch/evbarm/include/pio.h diff --git a/sys/arch/evbarm/include/isa_machdep.h b/sys/arch/evbarm/include/isa_machdep.h new file mode 100644 index 000000000000..b081a5307871 --- /dev/null +++ b/sys/arch/evbarm/include/isa_machdep.h @@ -0,0 +1,7 @@ +/* $NetBSD: isa_machdep.h,v 1.1 2004/12/23 04:36:18 joff Exp $ */ + +#ifndef _EVBARM_ISA_MACHDEP_H_ +#define _EVBARM_ISA_MACHDEP_H_ +#include + +#endif /* _EVBARM_ISA_MACHDEP_H_ */ diff --git a/sys/arch/evbarm/include/pio.h b/sys/arch/evbarm/include/pio.h new file mode 100644 index 000000000000..6221ac8298b8 --- /dev/null +++ b/sys/arch/evbarm/include/pio.h @@ -0,0 +1,3 @@ +/* $NetBSD: pio.h,v 1.1 2004/12/23 04:36:18 joff Exp $ */ + +#include