]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-v850/ucontext.h
h63xx: tsc2101 alsa sound support
[linux-2.6-omap-h63xx.git] / include / asm-v850 / ucontext.h
1 #ifndef __V850_UCONTEXT_H__
2 #define __V850_UCONTEXT_H__
3
4 #include <asm/sigcontext.h>
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 /* __V850_UCONTEXT_H__ */