diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hyperv.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 95d0850584da..c2559847d7ee 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
| @@ -1318,6 +1318,17 @@ void vmbus_driver_unregister(struct hv_driver *hv_driver); | |||
| 1318 | 0x96, 0xae, 0x3a, 0x6e, 0xba, 0xcb, 0xa4, 0x40 \ | 1318 | 0x96, 0xae, 0x3a, 0x6e, 0xba, 0xcb, 0xa4, 0x40 \ |
| 1319 | } | 1319 | } |
| 1320 | /* | 1320 | /* |
| 1321 | * Synthetic Video GUID | ||
| 1322 | * {DA0A7802-E377-4aac-8E77-0558EB1073F8} | ||
| 1323 | */ | ||
| 1324 | #define HV_SYNTHVID_GUID \ | ||
| 1325 | .guid = { \ | ||
| 1326 | 0x02, 0x78, 0x0a, 0xda, 0x77, 0xe3, 0xac, 0x4a, \ | ||
| 1327 | 0x8e, 0x77, 0x05, 0x58, 0xeb, 0x10, 0x73, 0xf8 \ | ||
| 1328 | } | ||
| 1329 | |||
| 1330 | |||
| 1331 | /* | ||
| 1321 | * Common header for Hyper-V ICs | 1332 | * Common header for Hyper-V ICs |
| 1322 | */ | 1333 | */ |
| 1323 | 1334 | ||
