xref: /linux/arch/x86/include/uapi/asm/sigcontext32.h (revision 2ec8107d8e0d1d285b2bbf1999e7f4e46b6b535b)
1 #ifndef _ASM_X86_SIGCONTEXT32_H
2 #define _ASM_X86_SIGCONTEXT32_H
3 
4 /* This is a legacy file - all the type definitions are in sigcontext.h: */
5 
6 #include <asm/sigcontext.h>
7 
8 #endif /* _ASM_X86_SIGCONTEXT32_H */
9