diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-15 05:40:34 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-15 05:40:34 +0000 |
| commit | 9ab42c213894bdbdcf028f3f7bf995160640f4ba (patch) | |
| tree | 2b219141d7edc9cd0f2651f7d9dda9b3a91b3019 /sys/dev/hyperv/include | |
| parent | b3a64355283a08bc936d2d31fd766a8a416632e1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv/include')
| -rw-r--r-- | sys/dev/hyperv/include/hyperv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index 03b358e048d5..a33d07664624 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -409,6 +409,9 @@ int hv_vmbus_channel_teardown_gpdal( hv_vmbus_channel* channel, uint32_t gpadl_handle); +int vmbus_chan_gpadl_connect(struct hv_vmbus_channel *chan, + bus_addr_t paddr, int size, uint32_t *gpadl); + struct hv_vmbus_channel* vmbus_select_outgoing_channel(struct hv_vmbus_channel *promary); void vmbus_channel_cpu_set(struct hv_vmbus_channel *chan, int cpu); |
