diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-11-28 07:27:08 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-11-28 07:27:08 +0000 |
| commit | 1b34e695347ffdc21bc191ee9c25a129dc9f6407 (patch) | |
| tree | d66d91d033d13fbea058a1ea66b4d8229fb9e84e /sys/dev/hyperv/include | |
| parent | 4dceaf94fa1be2f2178cdb7ae2bcb03f32935b42 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv/include')
| -rw-r--r-- | sys/dev/hyperv/include/vmbus_xact.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hyperv/include/vmbus_xact.h b/sys/dev/hyperv/include/vmbus_xact.h index 280c5fef5a2d..90711a0be774 100644 --- a/sys/dev/hyperv/include/vmbus_xact.h +++ b/sys/dev/hyperv/include/vmbus_xact.h @@ -55,6 +55,8 @@ const void *vmbus_xact_wait(struct vmbus_xact *xact, size_t *resp_len); const void *vmbus_xact_busywait(struct vmbus_xact *xact, size_t *resp_len); +const void *vmbus_xact_poll(struct vmbus_xact *xact, + size_t *resp_len); void vmbus_xact_wakeup(struct vmbus_xact *xact, const void *data, size_t dlen); void vmbus_xact_ctx_wakeup(struct vmbus_xact_ctx *ctx, |
