blob: 6b18e88de8a613f4d7a90c1300e517716d210f22 [file] [log] [blame]
Christopher Ferris25981132017-11-14 16:53:49 -08001/* SPDX-License-Identifier: GPL-2.0 */
Christopher Ferris0437c522013-11-07 14:16:29 -08002#ifndef _ASM_X86_SIGCONTEXT32_H
3#define _ASM_X86_SIGCONTEXT32_H
4
Christopher Ferris12e1f282016-02-04 12:35:07 -08005/* This is a legacy file - all the type definitions are in sigcontext.h: */
Christopher Ferris0437c522013-11-07 14:16:29 -08006
Christopher Ferris12e1f282016-02-04 12:35:07 -08007#include <asm/sigcontext.h>
Christopher Ferris0437c522013-11-07 14:16:29 -08008
9#endif /* _ASM_X86_SIGCONTEXT32_H */