blob: 6b18e88de8a613f4d7a90c1300e517716d210f22 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
H. Peter Anvin1965aae2008-10-22 22:26:29 -07002#ifndef _ASM_X86_SIGCONTEXT32_H
3#define _ASM_X86_SIGCONTEXT32_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
Ingo Molnar711531f2015-09-05 09:32:42 +02005/* This is a legacy file - all the type definitions are in sigcontext.h: */
Ingo Molnarc3f49862015-09-05 09:32:30 +02006
Ingo Molnarb76cb6c82015-09-05 09:32:29 +02007#include <asm/sigcontext.h>
8
H. Peter Anvin1965aae2008-10-22 22:26:29 -07009#endif /* _ASM_X86_SIGCONTEXT32_H */