2019-07-25 07:58:31 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_SIGCONTEXT32_H
|
|
|
|
#define _ASM_X86_SIGCONTEXT32_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2015-09-05 07:32:42 +00:00
|
|
|
/* This is a legacy file - all the type definitions are in sigcontext.h: */
|
2015-09-05 07:32:30 +00:00
|
|
|
|
2015-09-05 07:32:29 +00:00
|
|
|
#include <asm/sigcontext.h>
|
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_SIGCONTEXT32_H */
|