blob: 140d890c2c984558c4fb27197ddebed69b4511b4 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
H. Peter Anvin1965aae2008-10-22 22:26:29 -07002#ifndef _ASM_X86_SIGCONTEXT_H
3#define _ASM_X86_SIGCONTEXT_H
Thomas Gleixner77129c52007-10-23 22:37:24 +02004
Ingo Molnardecb4c42015-09-05 09:32:43 +02005/* This is a legacy header - all kernel code includes <uapi/asm/sigcontext.h> directly. */
6
David Howellsaf170c52012-12-14 22:37:13 +00007#include <uapi/asm/sigcontext.h>
Suresh Siddhabdd8cab2008-07-29 10:29:24 -07008
H. Peter Anvin1965aae2008-10-22 22:26:29 -07009#endif /* _ASM_X86_SIGCONTEXT_H */