Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()
Export the vmbus_sendpacket_pagebuffer_ctl() interface. This export will be used by the netvsc driver. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4ce50e9491
commit
b3a19b36ad
1 changed files with 1 additions and 0 deletions
|
@ -707,6 +707,7 @@ int vmbus_sendpacket_pagebuffer_ctl(struct vmbus_channel *channel,
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(vmbus_sendpacket_pagebuffer_ctl);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* vmbus_sendpacket_pagebuffer - Send a range of single-page buffer
|
* vmbus_sendpacket_pagebuffer - Send a range of single-page buffer
|
||||||
|
|
Loading…
Add table
Reference in a new issue