x86: convert almost generic headers to asm-generic version
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / ucontext.h
index 87324cf439d9bd83e918460213dddb3c55765c61..7cfc436f86dad57154dbda39b56b914627e3401c 100644 (file)
@@ -7,12 +7,6 @@
                                 * sigcontext struct (uc_mcontext).
                                 */
 
-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 */
-};
+#include <asm/generic-ucontext.h>
 
 #endif /* _ASM_X86_UCONTEXT_H */