From: Avi Kivity Date: Wed, 7 Mar 2007 07:29:48 +0000 (+0200) Subject: KVM: Export X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ff42697436ddf5bd026e2cb4f117656b967f0709;p=openwrt%2Fstaging%2Fblogic.git KVM: Export This allows users to actually build prgrams that use kvm without the entire source tree. Signed-off-by: Avi Kivity --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 4ff0f57d0add..9f05279e7dd3 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -96,6 +96,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