allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-v850 / ucontext.h
blob303c21590cffac746e3dc7b2cba82fdd70de3dd0
1 #ifndef __V850_UCONTEXT_H__
2 #define __V850_UCONTEXT_H__
4 #include <asm/sigcontext.h>
6 struct ucontext {
7 unsigned long uc_flags;
8 struct ucontext *uc_link;
9 stack_t uc_stack;
10 struct sigcontext uc_mcontext;
11 sigset_t uc_sigmask; /* mask last for extensibility */
14 #endif /* __V850_UCONTEXT_H__ */