commit | ff42697436ddf5bd026e2cb4f117656b967f0709 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Wed Mar 07 09:29:48 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:22 2007 +0300 |
tree | 8f2bb95a3e55f8900b680f196a8f73dc211cf716 | |
parent | bbe4432e669ab94fc8059e7ab878cafad7b8d123 [diff] [blame] |
KVM: Export <linux/kvm.h> This allows users to actually build prgrams that use kvm without the entire source tree. Signed-off-by: Avi Kivity <avi@qumranet.com>
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 4ff0f57d..9f05279 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild
@@ -96,6 +96,7 @@ 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