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