xref: /netbsd-src/sys/arch/landisk/include/cpu.h (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1 /*	$NetBSD: cpu.h,v 1.2 2016/12/17 01:10:39 uwe Exp $	*/
2 
3 #ifndef	_LANDISK_CPU_H_
4 #define	_LANDISK_CPU_H_
5 
6 #include <sh3/cpu.h>
7 
8 void machine_reset(void) __dead;
9 
10 #endif	/* _LANDISK_CPU_H_ */
11