All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: install xen/gntdev.h and xen/gntalloc.h
@ 2014-02-10 13:54 David Vrabel
  2014-02-10 14:27 ` David Vrabel
  0 siblings, 1 reply; 3+ messages in thread
From: David Vrabel @ 2014-02-10 13:54 UTC (permalink / raw)
  To: xen-devel; +Cc: Boris Ostrovsky, David Vrabel

From: David Vrabel <david.vrabel@citrix.com>

xen/gntdev.h and xen/gntalloc.h both provide userspace ABIs so they
should be installed.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
---
 include/uapi/xen/Kbuild           |    2 ++
 include/{ => uapi}/xen/gntalloc.h |    0
 include/{ => uapi}/xen/gntdev.h   |    0
 3 files changed, 2 insertions(+), 0 deletions(-)
 rename include/{ => uapi}/xen/gntalloc.h (100%)
 rename include/{ => uapi}/xen/gntdev.h (100%)

diff --git a/include/uapi/xen/Kbuild b/include/uapi/xen/Kbuild
index 61257cb..5c45962 100644
--- a/include/uapi/xen/Kbuild
+++ b/include/uapi/xen/Kbuild
@@ -1,3 +1,5 @@
 # UAPI Header export list
 header-y += evtchn.h
+header-y += gntalloc.h
+header-y += gntdev.h
 header-y += privcmd.h
diff --git a/include/xen/gntalloc.h b/include/uapi/xen/gntalloc.h
similarity index 100%
rename from include/xen/gntalloc.h
rename to include/uapi/xen/gntalloc.h
diff --git a/include/xen/gntdev.h b/include/uapi/xen/gntdev.h
similarity index 100%
rename from include/xen/gntdev.h
rename to include/uapi/xen/gntdev.h
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-10 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 13:54 [PATCH] xen: install xen/gntdev.h and xen/gntalloc.h David Vrabel
2014-02-10 14:27 ` David Vrabel
2014-02-10 15:32   ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.