Commit a7c4e686 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by H. Peter Anvin

x86: headers cleanup - sigcontext32.h

Impact: cleanup

'make headers_check' warn us about lack of linux/types.h
here. Lets add it.
Signed-off-by: default avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent 44402703
#ifndef _ASM_X86_SIGCONTEXT32_H
#define _ASM_X86_SIGCONTEXT32_H
#include <linux/types.h>
/* signal context for 32bit programs. */
#define X86_FXSR_MAGIC 0x0000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment