isa_machdep.h revision 1.4
11.4Sthorpej/*	$NetBSD: isa_machdep.h,v 1.4 2002/10/09 00:33:39 thorpej Exp $	*/
21.4Sthorpej
31.4Sthorpej#ifndef _NETWINDER_ISA_MACHDEP_H_
41.4Sthorpej#define	_NETWINDER_ISA_MACHDEP_H_
51.1Smatt
61.1Smatt#include <arm/isa_machdep.h>
71.4Sthorpej
81.4Sthorpej#ifdef _KERNEL
91.4Sthorpejvoid	isa_netwinder_init(u_int, u_int);
101.4Sthorpej#endif /* _KERNEL */
111.4Sthorpej
121.4Sthorpej#endif /* _NETWINDER_ISA_MACHDEP_H_ */
13