From: Ian Campbell Date: Sat, 7 Feb 2009 03:21:19 +0000 (-0800) Subject: xen: export ioctl headers to userspace X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5cfef0f79cacc3aa438fc28f4747f0d10c54d0d;p=linux.git xen: export ioctl headers to userspace Signed-off-by: Ian Campbell Signed-off-by: Jeremy Fitzhardinge --- diff --git a/include/Kbuild b/include/Kbuild index d8c3e3cbf4160..fe36accd43283 100644 --- a/include/Kbuild +++ b/include/Kbuild @@ -8,3 +8,4 @@ header-y += mtd/ header-y += rdma/ header-y += video/ header-y += drm/ +header-y += xen/ diff --git a/include/xen/Kbuild b/include/xen/Kbuild new file mode 100644 index 0000000000000..4e65c16a445b0 --- /dev/null +++ b/include/xen/Kbuild @@ -0,0 +1 @@ +header-y += evtchn.h