|
@@ -1109,6 +1109,16 @@ void vmbus_driver_unregister(struct hv_driver *hv_driver);
|
|
|
0x9A, 0xE7, 0x6B, 0x17, 0x49, 0x77, 0xC1, 0x92 \
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * NetworkDirect. This is the guest RDMA service.
|
|
|
+ * {8c2eaf3d-32a7-4b09-ab99-bd1f1c86b501}
|
|
|
+ */
|
|
|
+#define HV_ND_GUID \
|
|
|
+ .guid = { \
|
|
|
+ 0x3d, 0xaf, 0x2e, 0x8c, 0xa7, 0x32, 0x09, 0x4b, \
|
|
|
+ 0xab, 0x99, 0xbd, 0x1f, 0x1c, 0x86, 0xb5, 0x01 \
|
|
|
+ }
|
|
|
+
|
|
|
/*
|
|
|
* Common header for Hyper-V ICs
|
|
|
*/
|