diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-09-28 04:08:20 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-09-28 04:08:20 +0000 |
| commit | e8223cc6cfd838db7f174b22a0e81bed00cc48dc (patch) | |
| tree | 63ce1df82bf420dc022de880a6f804124ed3ca38 /sys/dev/hyperv/include | |
| parent | 92a85eb9d767e97489bd423ee3a55bd58f961575 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv/include')
| -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 090f9b1fcd93..50f3148d35d7 100644 --- a/sys/dev/hyperv/include/vmbus.h +++ b/sys/dev/hyperv/include/vmbus.h @@ -173,5 +173,7 @@ const struct hyperv_guid * vmbus_chan_guid_inst(const struct vmbus_channel *chan); int vmbus_chan_prplist_nelem(int br_size, int prpcnt_max, int dlen_max); +bool vmbus_chan_rx_empty(const struct vmbus_channel *chan); +bool vmbus_chan_tx_empty(const struct vmbus_channel *chan); #endif /* !_VMBUS_H_ */ |
