2008-10-22 22:26:29 -07:00
|
|
|
#ifndef _ASM_X86_UCONTEXT_H
|
|
|
|
#define _ASM_X86_UCONTEXT_H
|
2007-10-15 04:57:47 -07:00
|
|
|
|
2008-07-29 10:29:25 -07: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 12:48:20 -07:00
|
|
|
#include <asm-generic/ucontext.h>
|
2007-10-15 04:57:47 -07:00
|
|
|
|
2008-10-22 22:26:29 -07:00
|
|
|
#endif /* _ASM_X86_UCONTEXT_H */
|