We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831bcbc commit 90ac806Copy full SHA for 90ac806
drivers/hv/hyperv_vmbus.h
@@ -380,12 +380,6 @@ void hv_vss_deinit(void);
380
int hv_vss_pre_suspend(void);
381
int hv_vss_pre_resume(void);
382
void hv_vss_onchannelcallback(void *context);
383
-
384
-int hv_fcopy_init(struct hv_util_service *srv);
385
-void hv_fcopy_deinit(void);
386
-int hv_fcopy_pre_suspend(void);
387
-int hv_fcopy_pre_resume(void);
388
-void hv_fcopy_onchannelcallback(void *context);
389
void vmbus_initiate_unload(bool crash);
390
391
static inline void hv_poll_channel(struct vmbus_channel *channel,
0 commit comments