isa_machdep.h revision 1.4
1/* $NetBSD: isa_machdep.h,v 1.4 2002/10/09 00:33:39 thorpej Exp $ */ 2 3#ifndef _NETWINDER_ISA_MACHDEP_H_ 4#define _NETWINDER_ISA_MACHDEP_H_ 5 6#include <arm/isa_machdep.h> 7 8#ifdef _KERNEL 9void isa_netwinder_init(u_int, u_int); 10#endif /* _KERNEL */ 11 12#endif /* _NETWINDER_ISA_MACHDEP_H_ */ 13