2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_UCONTEXT_H
|
|
|
|
#define _ASM_X86_UCONTEXT_H
|
2007-10-15 11:57:47 +00:00
|
|
|
|
2008-07-29 17:29:25 +00:00
|
|
|
#define UC_FP_XSTATE 0x1 /* indicates the presence of extended state
|
|
|
|
* information in the memory layout pointed
|
|
|
|
* by the fpstate pointer in the ucontext's
|
|
|
|
* sigcontext struct (uc_mcontext).
|
|
|
|
*/
|
|
|
|
|
2009-06-18 19:48:20 +00:00
|
|
|
#include <asm-generic/ucontext.h>
|
2007-10-15 11:57:47 +00:00
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_UCONTEXT_H */
|