2014-12-27 16:42:08 +01:00
|
|
|
#ifndef _ASM_X86_SIGCONTEXT_H
|
|
|
|
#define _ASM_X86_SIGCONTEXT_H
|
|
|
|
|
2016-01-20 05:19:53 +01:00
|
|
|
/* This is a legacy header - all kernel code includes <uapi/asm/sigcontext.h> directly. */
|
2014-12-27 16:42:08 +01:00
|
|
|
|
2016-01-20 05:19:53 +01:00
|
|
|
#include <uapi/asm/sigcontext.h>
|
2014-12-27 16:42:08 +01:00
|
|
|
|
|
|
|
#endif /* _ASM_X86_SIGCONTEXT_H */
|