aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hv')
-rw-r--r--drivers/hv/connection.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c
index 0d8b13290e93..56b14e57bdd8 100644
--- a/drivers/hv/connection.c
+++ b/drivers/hv/connection.c
@@ -41,21 +41,6 @@ struct vmbus_connection vmbus_connection = {
41}; 41};
42 42
43/* 43/*
44 * VMBUS version is 32 bit entity broken up into
45 * two 16 bit quantities: major_number. minor_number.
46 *
47 * 0 . 13 (Windows Server 2008)
48 * 1 . 1 (Windows 7)
49 * 2 . 4 (Windows 8)
50 */
51
52#define VERSION_WS2008 ((0 << 16) | (13))
53#define VERSION_WIN7 ((1 << 16) | (1))
54#define VERSION_WIN8 ((2 << 16) | (4))
55
56#define VERSION_INVAL -1
57
58/*
59 * Negotiated protocol version with the host. 44 * Negotiated protocol version with the host.
60 */ 45 */
61__u32 vmbus_proto_version; 46__u32 vmbus_proto_version;