diff options
author | sephe <sephe@FreeBSD.org> | 2016-10-12 02:03:05 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-10-12 02:03:05 +0000 |
commit | e1a4efcb70d351a2a2be00f017b2ee84aa8ba46b (patch) | |
tree | 01fe4e1ef9b59933bb2d4f451375fd226fa2e92d /sys/dev/hyperv/include/hyperv.h | |
parent | 869c696c42a93d91f91468cb3e5eb89d51d024b8 (diff) | |
download | FreeBSD-src-e1a4efcb70d351a2a2be00f017b2ee84aa8ba46b.zip FreeBSD-src-e1a4efcb70d351a2a2be00f017b2ee84aa8ba46b.tar.gz |
MFC 302882-302884
302882
hyperv/vmbus: Function rename
And reorder the error prone parameters list.
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D7191
302883
hyperv/vmbus: Field rename
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D7193
302884
hyperv/vmbus: Factor out macros to do channel packet length conversion.
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D7194
Diffstat (limited to 'sys/dev/hyperv/include/hyperv.h')
-rw-r--r-- | sys/dev/hyperv/include/hyperv.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index 7032794..63b353d 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -323,14 +323,6 @@ int hv_vmbus_channel_open( void hv_vmbus_channel_close(hv_vmbus_channel *channel); -int hv_vmbus_channel_send_packet( - hv_vmbus_channel* channel, - void* buffer, - uint32_t buffer_len, - uint64_t request_id, - uint16_t type, - uint16_t flags); - int hv_vmbus_channel_establish_gpadl( hv_vmbus_channel* channel, /* must be phys and virt contiguous */ |