1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _ASM_X86_SIGCONTEXT_H3#define _ASM_X86_SIGCONTEXT_H45/* This is a legacy header - all kernel code includes <uapi/asm/sigcontext.h> directly. */67#include<uapi/asm/sigcontext.h>89#endif /* _ASM_X86_SIGCONTEXT_H */