aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_kvp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hv/hv_kvp.h')
-rw-r--r--drivers/hv/hv_kvp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hv/hv_kvp.h b/drivers/hv/hv_kvp.h
index 9b765d7df838..c2c5bba25a5a 100644
--- a/drivers/hv/hv_kvp.h
+++ b/drivers/hv/hv_kvp.h
@@ -107,9 +107,6 @@
107 * the KVP user-mode component. 107 * the KVP user-mode component.
108 */ 108 */
109 109
110#define CN_KVP_VAL 0x1 /* This supports queries from the kernel */
111#define CN_KVP_USER_VAL 0x2 /* This supports queries from the user */
112
113enum hv_ku_op { 110enum hv_ku_op {
114 KVP_REGISTER = 0, /* Register the user mode component */ 111 KVP_REGISTER = 0, /* Register the user mode component */
115 KVP_KERNEL_GET, /* Kernel is requesting the value */ 112 KVP_KERNEL_GET, /* Kernel is requesting the value */