summaryrefslogtreecommitdiff
path: root/drivers/xen/xenfs/xenfs.h
diff options
context:
space:
mode:
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>2015-08-10 16:34:32 -0400
committerDavid Vrabel <david.vrabel@citrix.com>2015-08-20 12:24:25 +0100
commita11f4f0a4e18b4bdc7d5e36438711e038b7a1f74 (patch)
tree20319cffaee334bba06d8280b8398432097f9e65 /drivers/xen/xenfs/xenfs.h
parentcb3eb850137cd43fc3e25d2062525f5ba5fd884a (diff)
xen: xensyms support
Export Xen symbols to dom0 via /proc/xen/xensyms (similar to /proc/kallsyms). Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Reviewed-by: David Vrabel <david.vrabel@citrix.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'drivers/xen/xenfs/xenfs.h')
-rw-r--r--drivers/xen/xenfs/xenfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xenfs/xenfs.h b/drivers/xen/xenfs/xenfs.h
index 6b80c7779c02..2c5934ea9b1e 100644
--- a/drivers/xen/xenfs/xenfs.h
+++ b/drivers/xen/xenfs/xenfs.h
@@ -3,5 +3,6 @@
extern const struct file_operations xsd_kva_file_ops;
extern const struct file_operations xsd_port_file_ops;
+extern const struct file_operations xensyms_ops;
#endif /* _XENFS_XENBUS_H */