xref: /netbsd-src/sys/arch/landisk/include/cpu.h (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
1 /*	$NetBSD: cpu.h,v 1.1 2006/09/01 21:26:18 uwe Exp $	*/
2 
3 #ifndef	_LANDISK_CPU_H_
4 #define	_LANDISK_CPU_H_
5 
6 void machine_reset(void);
7 
8 #include <sh3/cpu.h>
9 
10 #endif	/* _LANDISK_CPU_H_ */
11