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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index b9f3bb25d8b4..f773a6871f4c 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -986,19 +986,6 @@ int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
986int vmbus_cpu_number_to_vp_number(int cpu_number); 986int vmbus_cpu_number_to_vp_number(int cpu_number);
987u64 hv_do_hypercall(u64 control, void *input, void *output); 987u64 hv_do_hypercall(u64 control, void *input, void *output);
988 988
989/**
990 * VMBUS_DEVICE - macro used to describe a specific hyperv vmbus device
991 *
992 * This macro is used to create a struct hv_vmbus_device_id that matches a
993 * specific device.
994 */
995#define VMBUS_DEVICE(g0, g1, g2, g3, g4, g5, g6, g7, \
996 g8, g9, ga, gb, gc, gd, ge, gf) \
997 .guid = { g0, g1, g2, g3, g4, g5, g6, g7, \
998 g8, g9, ga, gb, gc, gd, ge, gf },
999
1000
1001
1002/* 989/*
1003 * GUID definitions of various offer types - services offered to the guest. 990 * GUID definitions of various offer types - services offered to the guest.
1004 */ 991 */