diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hv/hv_kvp_daemon.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c index 11224eddcdc2..2b6a2d950b88 100644 --- a/tools/hv/hv_kvp_daemon.c +++ b/tools/hv/hv_kvp_daemon.c | |||
@@ -40,15 +40,11 @@ | |||
40 | #include <syslog.h> | 40 | #include <syslog.h> |
41 | 41 | ||
42 | /* | 42 | /* |
43 | * KYS: TODO. Need to register these in the kernel. | ||
44 | * | 43 | * |
45 | * The following definitions are shared with the in-kernel component; do not | 44 | * The following definitions are shared with the in-kernel component; do not |
46 | * change any of this without making the corresponding changes in | 45 | * change any of this without making the corresponding changes in |
47 | * the KVP kernel component. | 46 | * the KVP kernel component. |
48 | */ | 47 | */ |
49 | #define CN_KVP_IDX 0x9 /* MSFT KVP functionality */ | ||
50 | #define CN_KVP_VAL 0x1 /* This supports queries from the kernel */ | ||
51 | #define CN_KVP_USER_VAL 0x2 /* This supports queries from the user */ | ||
52 | 48 | ||
53 | /* | 49 | /* |
54 | * KVP protocol: The user mode component first registers with the | 50 | * KVP protocol: The user mode component first registers with the |