summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hyperv_vmbus.h
diff options
context:
space:
mode:
authorK. Y. Srinivasan2016-04-03 02:59:49 +0200
committerGreg Kroah-Hartman2016-04-30 23:00:19 +0200
commit5cc472477f928fb8584eb8e08245c9cf9002d74a (patch)
tree65249faebb8232f33577e29f857d92938b64dabc /drivers/hv/hyperv_vmbus.h
parentDrivers: hv: vmbus: Use the new virt_xx barrier code (diff)
downloadkernel-qcow2-linux-5cc472477f928fb8584eb8e08245c9cf9002d74a.tar.gz
kernel-qcow2-linux-5cc472477f928fb8584eb8e08245c9cf9002d74a.tar.xz
kernel-qcow2-linux-5cc472477f928fb8584eb8e08245c9cf9002d74a.zip
Drivers: hv: vmbus: Export the vmbus_set_event() API
In preparation for moving some ring buffer functionality out of the vmbus driver, export the API for signaling the host. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hyperv_vmbus.h')
-rw-r--r--drivers/hv/hyperv_vmbus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
index 12321b93a756..e5c586fab0e5 100644
--- a/drivers/hv/hyperv_vmbus.h
+++ b/drivers/hv/hyperv_vmbus.h
@@ -667,8 +667,6 @@ void vmbus_disconnect(void);
int vmbus_post_msg(void *buffer, size_t buflen);
-void vmbus_set_event(struct vmbus_channel *channel);
-
void vmbus_on_event(unsigned long data);
void vmbus_on_msg_dpc(unsigned long data);