Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 2 | #ifndef _ASM_X86_SIGCONTEXT32_H |
| 3 | #define _ASM_X86_SIGCONTEXT32_H |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
Ingo Molnar | 711531f | 2015-09-05 09:32:42 +0200 | [diff] [blame] | 5 | /* 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] | 6 | |
Ingo Molnar | b76cb6c8 | 2015-09-05 09:32:29 +0200 | [diff] [blame] | 7 | #include <asm/sigcontext.h> |
| 8 | |
H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 9 | #endif /* _ASM_X86_SIGCONTEXT32_H */ |