]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Include/Guid/VirtioMmioTransport.h
Ovfm/Xen: add a Vendor Hardware device path GUID for the XenBus root
[mirror_edk2.git] / OvmfPkg / Include / Guid / VirtioMmioTransport.h
CommitLineData
3765e030
LE
1/** @file\r
2 Recommended GUID to be used in the Vendor Hardware device path nodes that\r
3 identify virtio-mmio transports.\r
4\r
5 Copyright (C) 2014, Red Hat, Inc.\r
6\r
7 This program and the accompanying materials are licensed and made available\r
8 under the terms and conditions of the BSD License that accompanies this\r
9 distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php.\r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
13 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef __VIRTIO_MMIO_TRANSPORT_H__\r
18#define __VIRTIO_MMIO_TRANSPORT_H__\r
19\r
20#define VIRTIO_MMIO_TRANSPORT_GUID \\r
21{0x837dca9e, 0xe874, 0x4d82, {0xb2, 0x9a, 0x23, 0xfe, 0x0e, 0x23, 0xd1, 0xe2}}\r
22\r
23extern EFI_GUID gVirtioMmioTransportGuid;\r
24\r
25#endif\r