mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
xen: export ioctl headers to userspace
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
parent
f7116284c7
commit
c5cfef0f79
2 changed files with 2 additions and 0 deletions
|
@ -8,3 +8,4 @@ header-y += mtd/
|
||||||
header-y += rdma/
|
header-y += rdma/
|
||||||
header-y += video/
|
header-y += video/
|
||||||
header-y += drm/
|
header-y += drm/
|
||||||
|
header-y += xen/
|
||||||
|
|
1
include/xen/Kbuild
Normal file
1
include/xen/Kbuild
Normal file
|
@ -0,0 +1 @@
|
||||||
|
header-y += evtchn.h
|
Loading…
Reference in a new issue