blob: b2ee3fb1057fdc86e99783f137a1f73cc3b36bc6 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Elliott Hughesabd62612013-11-08 11:45:48 -08007#ifndef _ASM_X86_UCONTEXT_H
8#define _ASM_X86_UCONTEXT_H
9#define UC_FP_XSTATE 0x1
Christopher Ferris106b3a82016-08-24 12:15:38 -070010#ifdef __x86_64__
Christopher Ferris106b3a82016-08-24 12:15:38 -070011#define UC_SIGCONTEXT_SS 0x2
12#define UC_STRICT_RESTORE_SS 0x4
13#endif
Elliott Hughesabd62612013-11-08 11:45:48 -080014#include <asm-generic/ucontext.h>
Elliott Hughesabd62612013-11-08 11:45:48 -080015#endif