blob: a92b0f0dc09e70ec4f35f26fd25f6063cd6ce56f [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_SIGCONTEXT32_H
2#define _ASM_X86_SIGCONTEXT32_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
Ingo Molnar711531f2015-09-05 09:32:42 +02004/* This is a legacy file - all the type definitions are in sigcontext.h: */
Ingo Molnarc3f49862015-09-05 09:32:30 +02005
Ingo Molnarb76cb6c82015-09-05 09:32:29 +02006#include <asm/sigcontext.h>
7
H. Peter Anvin1965aae2008-10-22 22:26:29 -07008#endif /* _ASM_X86_SIGCONTEXT32_H */