summaryrefslogtreecommitdiffstats
path: root/include/asm-v850/ucontext.h
blob: 303c21590cffac746e3dc7b2cba82fdd70de3dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __V850_UCONTEXT_H__
#define __V850_UCONTEXT_H__

#include <asm/sigcontext.h>

struct ucontext {
	unsigned long	  uc_flags;
	struct ucontext  *uc_link;
	stack_t		  uc_stack;
	struct sigcontext uc_mcontext;
	sigset_t	  uc_sigmask;	/* mask last for extensibility */
};

#endif /* __V850_UCONTEXT_H__ */
OpenPOWER on IntegriCloud