1*af170c50SDavid Howells #ifndef _ASM_X86_UCONTEXT_H 2*af170c50SDavid Howells #define _ASM_X86_UCONTEXT_H 3*af170c50SDavid Howells 4*af170c50SDavid Howells #define UC_FP_XSTATE 0x1 /* indicates the presence of extended state 5*af170c50SDavid Howells * information in the memory layout pointed 6*af170c50SDavid Howells * by the fpstate pointer in the ucontext's 7*af170c50SDavid Howells * sigcontext struct (uc_mcontext). 8*af170c50SDavid Howells */ 9*af170c50SDavid Howells 10*af170c50SDavid Howells #include <asm-generic/ucontext.h> 11*af170c50SDavid Howells 12*af170c50SDavid Howells #endif /* _ASM_X86_UCONTEXT_H */ 13