diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-15 08:06:48 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-15 08:06:48 +0000 |
| commit | 8c209c9206f61cbdcaed874993fcaa403dd0adb7 (patch) | |
| tree | 3bee5c0c66cd128c955400040935af296d42815b /sys/dev/hyperv/include | |
| parent | 43bbe6b27fae494256715e3f342e1d951f5dd590 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv/include')
| -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 a987b09364d7..7808e7b4b26c 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -287,14 +287,6 @@ int hv_vmbus_channel_open( void hv_vmbus_channel_close(hv_vmbus_channel *channel); -int hv_vmbus_channel_establish_gpadl( - hv_vmbus_channel* channel, - /* must be phys and virt contiguous */ - void* contig_buffer, - /* page-size multiple */ - uint32_t size, - uint32_t* gpadl_handle); - int hv_vmbus_channel_teardown_gpdal( hv_vmbus_channel* channel, uint32_t gpadl_handle); |
