xref: /netbsd-src/sys/arch/landisk/include/cpu.h (revision c38e7cc395b1472a774ff828e46123de44c628e9)
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