]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/hyperv.h
Drivers: hv: vmbus: Use all supported IC versions to negotiate
[mirror_ubuntu-zesty-kernel.git] / include / linux / hyperv.h
index 62679a93e01e53a94c55dd8b8fe656b0d321008c..c37a4a145036f1911471d697ef2c8c5cbcaf0247 100644 (file)
@@ -1459,9 +1459,10 @@ struct hyperv_service_callback {
 };
 
 #define MAX_SRV_VER    0x7ffffff
-extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *,
-                                       struct icmsg_negotiate *, u8 *, int,
-                                       int);
+extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf,
+                               const int *fw_version, int fw_vercnt,
+                               const int *srv_version, int srv_vercnt,
+                               int *nego_fw_version, int *nego_srv_version);
 
 void hv_event_tasklet_disable(struct vmbus_channel *channel);
 void hv_event_tasklet_enable(struct vmbus_channel *channel);