diff options
author | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2015-08-10 23:34:32 +0300 |
---|---|---|
committer | David Vrabel <david.vrabel@citrix.com> | 2015-08-20 14:24:25 +0300 |
commit | a11f4f0a4e18b4bdc7d5e36438711e038b7a1f74 (patch) | |
tree | 20319cffaee334bba06d8280b8398432097f9e65 /drivers/xen/xenfs/xenfs.h | |
parent | cb3eb850137cd43fc3e25d2062525f5ba5fd884a (diff) | |
download | linux-a11f4f0a4e18b4bdc7d5e36438711e038b7a1f74.tar.xz |
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.h | 1 |
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 */ |