summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/seccomp_64.h
diff options
context:
space:
mode:
authorVegard Nossum2008-06-10 23:45:45 +0200
committerIngo Molnar2008-06-18 12:27:03 +0200
commit0db125c467afcbcc229abb1a87bc36ef72777dc2 (patch)
treeafb52caf91eb9db5115355c7163fdf11bb4bec0a /include/asm-x86/seccomp_64.h
parentx86: make asm/asm.h work for asm code. (diff)
downloadkernel-qcow2-linux-0db125c467afcbcc229abb1a87bc36ef72777dc2.tar.gz
kernel-qcow2-linux-0db125c467afcbcc229abb1a87bc36ef72777dc2.tar.xz
kernel-qcow2-linux-0db125c467afcbcc229abb1a87bc36ef72777dc2.zip
x86: more header fixes
Summary: Add missing include guards for some x86 headers. This has only had the most rudimentary testing, but is hopefully obviously correct. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/seccomp_64.h')
-rw-r--r--include/asm-x86/seccomp_64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/seccomp_64.h b/include/asm-x86/seccomp_64.h
index 553af65a2287..76cfe69aa63c 100644
--- a/include/asm-x86/seccomp_64.h
+++ b/include/asm-x86/seccomp_64.h
@@ -1,4 +1,5 @@
#ifndef _ASM_SECCOMP_H
+#define _ASM_SECCOMP_H
#include <linux/thread_info.h>