diff options
author | Ian Campbell <ian.campbell@citrix.com> | 2009-02-06 18:46:48 -0800 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2010-10-20 16:22:26 -0700 |
commit | 655d406a7c80bffc03263d071b6ba1e0fcf548f9 (patch) | |
tree | d3cbe97860bff0d347111ff293b6f5b3124bf67e /drivers/xen/xenfs/xenfs.h | |
parent | cd07202cc8262e1669edff0d97715f3dd9260917 (diff) | |
download | blackbird-op-linux-655d406a7c80bffc03263d071b6ba1e0fcf548f9.tar.gz blackbird-op-linux-655d406a7c80bffc03263d071b6ba1e0fcf548f9.zip |
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.h | 2 |
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 */ |