diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2013-05-23 15:02:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-03 17:09:14 -0400 |
commit | 98b80d8938b8e381027f1c3f30855087238fb4fb (patch) | |
tree | 3efb3c9af5a8b57f233b09b888abe29e0cf14670 /include/linux/hyperv.h | |
parent | e68d2971d26577b932a16333ce165af98a96e068 (diff) |
Drivers: hv: Add the GUID fot synthetic fibre channel device
In preparation for supporting synthetic Fiber Channel device, add the GUID for
this service.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 405e05a28e65..fae8bac907ef 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -1389,6 +1389,16 @@ void vmbus_driver_unregister(struct hv_driver *hv_driver); | |||
1389 | } | 1389 | } |
1390 | 1390 | ||
1391 | /* | 1391 | /* |
1392 | * Synthetic FC GUID | ||
1393 | * {2f9bcc4a-0069-4af3-b76b-6fd0be528cda} | ||
1394 | */ | ||
1395 | #define HV_SYNTHFC_GUID \ | ||
1396 | .guid = { \ | ||
1397 | 0x4A, 0xCC, 0x9B, 0x2F, 0x69, 0x00, 0xF3, 0x4A, \ | ||
1398 | 0xB7, 0x6B, 0x6F, 0xD0, 0xBE, 0x52, 0x8C, 0xDA \ | ||
1399 | } | ||
1400 | |||
1401 | /* | ||
1392 | * Common header for Hyper-V ICs | 1402 | * Common header for Hyper-V ICs |
1393 | */ | 1403 | */ |
1394 | 1404 | ||