summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-03-07 09:29:48 +0200
committerAvi Kivity <avi@qumranet.com>2007-03-07 09:29:48 +0200
commitfac539542cbf923a39238b10557c88f99fd45b59 (patch)
tree12597f6347c965e4967a103798aaeafcce60e867
parentb6c22bb0215bbecd7022daecc3ded57063f458ad (diff)
KVM: Export <linux/kvm.h>kvm-16
This allows users to actually build prgrams that use kvm without the entire source tree. Signed-off-by: Avi Kivity <avi@qumranet.com>
-rw-r--r--include/linux/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index e81e301a4d71..b35b5932819d 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -99,6 +99,7 @@ header-y += iso_fs.h
header-y += ixjuser.h
header-y += jffs2.h
header-y += keyctl.h
+header-y += kvm.h
header-y += limits.h
header-y += lock_dlm_plock.h
header-y += magic.h