]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/hyperv.h
Drivers: hv: Save and export negotiated vmbus version
[karo-tx-linux.git] / include / linux / hyperv.h
index bee559ada3bb559a521585b51ab4c34c34c1ae5a..134a2022a7a3ce629cd6f0b4b21c90107c34c433 100644 (file)
@@ -1204,5 +1204,11 @@ int hv_kvp_init(struct hv_util_service *);
 void hv_kvp_deinit(void);
 void hv_kvp_onchannelcallback(void *);
 
+/*
+ * Negotiated version with the Host.
+ */
+
+extern __u32 vmbus_proto_version;
+
 #endif /* __KERNEL__ */
 #endif /* _HYPERV_H */