1d9c52522SMasahiro Yamada /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2af170c50SDavid Howells #ifndef _ASM_X86_SIGCONTEXT32_H
3af170c50SDavid Howells #define _ASM_X86_SIGCONTEXT32_H
4af170c50SDavid Howells 
5711531f4SIngo Molnar /* This is a legacy file - all the type definitions are in sigcontext.h: */
6c3f4986fSIngo Molnar 
7b76cb6c8SIngo Molnar #include <asm/sigcontext.h>
8b76cb6c8SIngo Molnar 
9af170c50SDavid Howells #endif /* _ASM_X86_SIGCONTEXT32_H */
10