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