Files
kvmtool/include/linux/compiler.h
T
Pekka Enberg 886c5381fc kvm: Add KVM ABI headers
This patch adds KVM ABI headers to the source tree. We can no longer include
<linux/kvm.h> directly because someone added a "#warning" to <linux/types.h>
that prevents kernel header inclusion from userspace.

We can switch back to using kernel headers if we ever make it to Linux
mainline.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
2015-06-01 16:39:40 +01:00

7 lines
97 B
C

#ifndef LINUX_COMPILER_H
#define LINUX_COMPILER_H
#define __user
#endif /* LINUX_COMPILER_H */