mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-01 11:15:57 +00:00
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>
7 lines
97 B
C
7 lines
97 B
C
#ifndef LINUX_COMPILER_H
|
|
#define LINUX_COMPILER_H
|
|
|
|
#define __user
|
|
|
|
#endif /* LINUX_COMPILER_H */
|