aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/hyperv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/hyperv.h b/include/uapi/linux/hyperv.h
index 66c76df2c32d..e4c0a35d6417 100644
--- a/include/uapi/linux/hyperv.h
+++ b/include/uapi/linux/hyperv.h
@@ -105,7 +105,8 @@ struct hv_vss_msg {
105 */ 105 */
106 106
107#define FCOPY_VERSION_0 0 107#define FCOPY_VERSION_0 0
108#define FCOPY_CURRENT_VERSION FCOPY_VERSION_0 108#define FCOPY_VERSION_1 1
109#define FCOPY_CURRENT_VERSION FCOPY_VERSION_1
109#define W_MAX_PATH 260 110#define W_MAX_PATH 260
110 111
111enum hv_fcopy_op { 112enum hv_fcopy_op {