mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
11 lines
185 B
C
11 lines
185 B
C
/* $NetBSD: cpu.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
|
|
|
|
#ifndef _LANDISK_CPU_H_
|
|
#define _LANDISK_CPU_H_
|
|
|
|
void machine_reset(void);
|
|
|
|
#include <sh3/cpu.h>
|
|
|
|
#endif /* _LANDISK_CPU_H_ */
|