aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 240e1141cbb..12ec328481d 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -699,24 +699,6 @@ struct hv_dev_port_info {
699 u32 bytes_avail_towrite; 699 u32 bytes_avail_towrite;
700}; 700};
701 701
702struct hv_device_info {
703 u32 chn_id;
704 u32 chn_state;
705 uuid_le chn_type;
706 uuid_le chn_instance;
707
708 u32 monitor_id;
709 u32 server_monitor_pending;
710 u32 server_monitor_latency;
711 u32 server_monitor_conn_id;
712 u32 client_monitor_pending;
713 u32 client_monitor_latency;
714 u32 client_monitor_conn_id;
715
716 struct hv_dev_port_info inbound;
717 struct hv_dev_port_info outbound;
718};
719
720/* Base driver object */ 702/* Base driver object */
721struct hv_driver { 703struct hv_driver {
722 const char *name; 704 const char *name;