mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
9 lines
163 B
C
9 lines
163 B
C
/* $NetBSD: proc.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
|
|
|
|
#ifndef _LANDISK_PROC_H_
|
|
#define _LANDISK_PROC_H_
|
|
|
|
#include <sh3/proc.h>
|
|
|
|
#endif /* _LANDISK_PROC_H_ */
|