xref: /openbmc/linux/arch/x86/include/asm/sigcontext.h (revision 029f7f3b8701cc7aca8bdb31f0c7edd6a479e357)
1 #ifndef _ASM_X86_SIGCONTEXT_H
2 #define _ASM_X86_SIGCONTEXT_H
3 
4 /* This is a legacy header - all kernel code includes <uapi/asm/sigcontext.h> directly. */
5 
6 #include <uapi/asm/sigcontext.h>
7 
8 #endif /* _ASM_X86_SIGCONTEXT_H */
9