drivers: hv: kvp: Add/cleanup connector defines.
[linux-flexiantxendom0-3.2.10.git] / drivers / hv / hv_kvp.h
index 9b765d7..c2c5bba 100644 (file)
  * the KVP user-mode component.
  */
 
-#define CN_KVP_VAL             0x1 /* This supports queries from the kernel */
-#define CN_KVP_USER_VAL       0x2 /* This supports queries from the user */
-
 enum hv_ku_op {
        KVP_REGISTER = 0, /* Register the user mode component */
        KVP_KERNEL_GET, /* Kernel is requesting the value */