Home | History | Annotate | Line # | Download | only in include
proc.h revision 1.2.40.1
      1 /*	$NetBSD: proc.h,v 1.2.40.1 2001/11/17 23:18:09 scw Exp $	*/
      2 
      3 #ifndef _ATARI_PROC_H_
      4 #define _ATARI_PROC_H_
      5 
      6 #include <m68k/lwp.h>
      7 
      8 struct mdproc {
      9 };
     10 
     11 #endif
     12