Need these files present for ISA support

This commit is contained in:
joff 2004-12-23 04:36:18 +00:00
parent 419237bbb9
commit e8d2af9dd0
2 changed files with 10 additions and 0 deletions

View File

@ -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 <arm/isa_machdep.h>
#endif /* _EVBARM_ISA_MACHDEP_H_ */

View File

@ -0,0 +1,3 @@
/* $NetBSD: pio.h,v 1.1 2004/12/23 04:36:18 joff Exp $ */
#include <arm/pio.h>