summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenfs/xenfs.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2009-02-06 18:46:48 -0800
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2010-10-20 16:22:26 -0700
commit655d406a7c80bffc03263d071b6ba1e0fcf548f9 (patch)
treed3cbe97860bff0d347111ff293b6f5b3124bf67e /drivers/xen/xenfs/xenfs.h
parentcd07202cc8262e1669edff0d97715f3dd9260917 (diff)
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 51f08b2d0bf..5056306e7aa 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 */