2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_SIGCONTEXT_H
|
|
|
|
#define _ASM_X86_SIGCONTEXT_H
|
2007-10-23 20:37:24 +00:00
|
|
|
|
2015-09-05 07:32:43 +00:00
|
|
|
/* This is a legacy header - all kernel code includes <uapi/asm/sigcontext.h> directly. */
|
|
|
|
|
2012-12-14 22:37:13 +00:00
|
|
|
#include <uapi/asm/sigcontext.h>
|
2008-07-29 17:29:24 +00:00
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_SIGCONTEXT_H */
|