summaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index e4bbf7dc9932..c458d7b7ad19 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -661,18 +661,6 @@ union hv_connection_id {
661 } u; 661 } u;
662}; 662};
663 663
664/* Definition of the hv_signal_event hypercall input structure. */
665struct hv_input_signal_event {
666 union hv_connection_id connectionid;
667 u16 flag_number;
668 u16 rsvdz;
669};
670
671struct hv_input_signal_event_buffer {
672 u64 align8;
673 struct hv_input_signal_event event;
674};
675
676enum hv_numa_policy { 664enum hv_numa_policy {
677 HV_BALANCED = 0, 665 HV_BALANCED = 0,
678 HV_LOCALIZED, 666 HV_LOCALIZED,
@@ -754,8 +742,7 @@ struct vmbus_channel {
754 } callback_mode; 742 } callback_mode;
755 743
756 bool is_dedicated_interrupt; 744 bool is_dedicated_interrupt;
757 struct hv_input_signal_event_buffer sig_buf; 745 u64 sig_event;
758 struct hv_input_signal_event *sig_event;
759 746
760 /* 747 /*
761 * Starting with win8, this field will be used to specify 748 * Starting with win8, this field will be used to specify
@@ -1151,8 +1138,6 @@ int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
1151 resource_size_t size, resource_size_t align, 1138 resource_size_t size, resource_size_t align,
1152 bool fb_overlap_ok); 1139 bool fb_overlap_ok);
1153void vmbus_free_mmio(resource_size_t start, resource_size_t size); 1140void vmbus_free_mmio(resource_size_t start, resource_size_t size);
1154int vmbus_cpu_number_to_vp_number(int cpu_number);
1155u64 hv_do_hypercall(u64 control, void *input, void *output);
1156 1141
1157/* 1142/*
1158 * GUID definitions of various offer types - services offered to the guest. 1143 * GUID definitions of various offer types - services offered to the guest.