Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
/* $NetBSD: cpu.h,v 1.2 2016/12/17 01:10:39 uwe Exp $ */ #ifndef _LANDISK_CPU_H_ #define _LANDISK_CPU_H_ #include <sh3/cpu.h> void machine_reset(void) __dead; #endif /* _LANDISK_CPU_H_ */