1 /*	$NetBSD: mcontext.h,v 1.2 2005/12/11 12:17:29 christos Exp $	*/
2 
3 typedef struct {
4 	int	dummy;
5 } mcontext_t;
6