aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/hyperv.h')
-rw-r--r--include/uapi/linux/hyperv.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/uapi/linux/hyperv.h b/include/uapi/linux/hyperv.h
index bb1cb73c927a..e4c0a35d6417 100644
--- a/include/uapi/linux/hyperv.h
+++ b/include/uapi/linux/hyperv.h
@@ -45,6 +45,11 @@
45 45
46#define VSS_OP_REGISTER 128 46#define VSS_OP_REGISTER 128
47 47
48/*
49 Daemon code with full handshake support.
50 */
51#define VSS_OP_REGISTER1 129
52
48enum hv_vss_op { 53enum hv_vss_op {
49 VSS_OP_CREATE = 0, 54 VSS_OP_CREATE = 0,
50 VSS_OP_DELETE, 55 VSS_OP_DELETE,
@@ -100,7 +105,8 @@ struct hv_vss_msg {
100 */ 105 */
101 106
102#define FCOPY_VERSION_0 0 107#define FCOPY_VERSION_0 0
103#define FCOPY_CURRENT_VERSION FCOPY_VERSION_0 108#define FCOPY_VERSION_1 1
109#define FCOPY_CURRENT_VERSION FCOPY_VERSION_1
104#define W_MAX_PATH 260 110#define W_MAX_PATH 260
105 111
106enum hv_fcopy_op { 112enum hv_fcopy_op {