1/*	$NetBSD$	*/
2
3#ifndef	_LANDISK_CPU_H_
4#define	_LANDISK_CPU_H_
5
6void machine_reset(void);
7
8#include <sh3/cpu.h>
9
10#endif	/* _LANDISK_CPU_H_ */
11