Home | History | Annotate | Line # | Download | only in machine
mcontext.h revision 1.1
      1 /*	$NetBSD: mcontext.h,v 1.1 2003/12/17 06:17:03 uwe Exp $	*/
      2 
      3 typedef struct {
      4 	int	dummy;
      5 } mcontext_t;
      6