summaryrefslogtreecommitdiff
path: root/drivers/xen/xenfs/xenfs.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2009-02-07 05:46:48 +0300
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2010-10-21 03:22:26 +0400
commit655d406a7c80bffc03263d071b6ba1e0fcf548f9 (patch)
treed3cbe97860bff0d347111ff293b6f5b3124bf67e /drivers/xen/xenfs/xenfs.h
parentcd07202cc8262e1669edff0d97715f3dd9260917 (diff)
downloadlinux-655d406a7c80bffc03263d071b6ba1e0fcf548f9.tar.xz
xen: add /proc/xen/xsd_{kva,port} to xenfs
These are used by the userspace xenstore daemon, which runs in dom0. Xenstored is what's behind the xenfs "xenbus" filesystem. [ Impact: provide mapping and port to usermode for xenstore ] Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'drivers/xen/xenfs/xenfs.h')
-rw-r--r--drivers/xen/xenfs/xenfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/xenfs/xenfs.h b/drivers/xen/xenfs/xenfs.h
index 51f08b2d0bf1..5056306e7aa8 100644
--- a/drivers/xen/xenfs/xenfs.h
+++ b/drivers/xen/xenfs/xenfs.h
@@ -2,5 +2,7 @@
#define _XENFS_XENBUS_H
extern const struct file_operations xenbus_file_ops;
+extern const struct file_operations xsd_kva_file_ops;
+extern const struct file_operations xsd_port_file_ops;
#endif /* _XENFS_XENBUS_H */