diff options
Diffstat (limited to 'include/linux/hyperv.h')
| -rw-r--r-- | include/linux/hyperv.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 26f3aeeae1ca..692c89ccf5df 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -425,6 +425,8 @@ enum vmbus_channel_message_type {  	CHANNELMSG_19				= 19,  	CHANNELMSG_20				= 20,  	CHANNELMSG_TL_CONNECT_REQUEST		= 21, +	CHANNELMSG_22				= 22, +	CHANNELMSG_TL_CONNECT_RESULT		= 23,  	CHANNELMSG_COUNT  }; @@ -1433,6 +1435,8 @@ struct hv_util_service {  	void (*util_cb)(void *);  	int (*util_init)(struct hv_util_service *);  	void (*util_deinit)(void); +	int (*util_pre_suspend)(void); +	int (*util_pre_resume)(void);  };  struct vmbuspipe_hdr { |