H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 1 | #ifndef _ASM_X86_SIGCONTEXT32_H |
| 2 | #define _ASM_X86_SIGCONTEXT32_H |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
Ingo Molnar | 711531f | 2015-09-05 09:32:42 +0200 | [diff] [blame] | 4 | /* This is a legacy file - all the type definitions are in sigcontext.h: */ |
Ingo Molnar | c3f4986 | 2015-09-05 09:32:30 +0200 | [diff] [blame] | 5 | |
Ingo Molnar | b76cb6c8 | 2015-09-05 09:32:29 +0200 | [diff] [blame] | 6 | #include <asm/sigcontext.h> |
| 7 | |
H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 8 | #endif /* _ASM_X86_SIGCONTEXT32_H */ |