1*1fd097bfSuwe /* $NetBSD: proc.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ 2*1fd097bfSuwe 3*1fd097bfSuwe #ifndef _LANDISK_PROC_H_ 4*1fd097bfSuwe #define _LANDISK_PROC_H_ 5*1fd097bfSuwe 6*1fd097bfSuwe #include <sh3/proc.h> 7*1fd097bfSuwe 8*1fd097bfSuwe #endif /* _LANDISK_PROC_H_ */ 9