aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 2d39248cff96..8a60e7766037 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -1157,6 +1157,9 @@ struct hv_driver {
1157 int (*remove)(struct hv_device *); 1157 int (*remove)(struct hv_device *);
1158 void (*shutdown)(struct hv_device *); 1158 void (*shutdown)(struct hv_device *);
1159 1159
1160 int (*suspend)(struct hv_device *);
1161 int (*resume)(struct hv_device *);
1162
1160}; 1163};
1161 1164
1162/* Base device object */ 1165/* Base device object */