1 #ifndef __V850_UCONTEXT_H__
2 #define __V850_UCONTEXT_H__
4 #include <asm/sigcontext.h>
7 unsigned long uc_flags
;
8 struct ucontext
*uc_link
;
10 struct sigcontext uc_mcontext
;
11 sigset_t uc_sigmask
; /* mask last for extensibility */
14 #endif /* __V850_UCONTEXT_H__ */