]> err.no Git - linux-2.6/blob - include/asm-m32r/ucontext.h
Merge branch 'e1000-7.0.38-k2-fixes' of git://63.64.152.142/~ahkok/git/netdev-2.6
[linux-2.6] / include / asm-m32r / ucontext.h
1 #ifndef _ASM_M32R_UCONTEXT_H
2 #define _ASM_M32R_UCONTEXT_H
3
4 /* orig : i386 2.4.18 */
5
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 */
12 };
13
14 #endif /* _ASM_M32R_UCONTEXT_H */