diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-15 07:16:46 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-15 07:16:46 +0000 |
| commit | 12140675e86d011d2ca86e47009af78b81d83a4f (patch) | |
| tree | 21bca23d18622ab1b1fded8ba19a677c13a4695c /sys/dev/hyperv/include/vmbus.h | |
| parent | 4817a5a58da2aab0ecd587e620908a9b62a4bab7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv/include/vmbus.h')
| -rw-r--r-- | sys/dev/hyperv/include/vmbus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hyperv/include/vmbus.h b/sys/dev/hyperv/include/vmbus.h index 1960e84eb8d5..0dbfe6b5a85d 100644 --- a/sys/dev/hyperv/include/vmbus.h +++ b/sys/dev/hyperv/include/vmbus.h @@ -59,6 +59,8 @@ struct vmbus_gpa { struct hv_vmbus_channel; +int vmbus_chan_send(struct hv_vmbus_channel *chan, uint16_t type, + uint16_t flags, void *data, int dlen, uint64_t xactid); int vmbus_chan_send_sglist(struct hv_vmbus_channel *chan, struct vmbus_gpa sg[], int sglen, void *data, int dlen, uint64_t xactid); |
