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