1 /** @file
2   Recommended GUID to be used in the Vendor Hardware device path nodes that
3   identify virtio-mmio transports.
4 
5   Copyright (C) 2014, Red Hat, Inc.
6 
7   SPDX-License-Identifier: BSD-2-Clause-Patent
8 
9 **/
10 
11 #ifndef __VIRTIO_MMIO_TRANSPORT_H__
12 #define __VIRTIO_MMIO_TRANSPORT_H__
13 
14 #define VIRTIO_MMIO_TRANSPORT_GUID \
15 {0x837dca9e, 0xe874, 0x4d82, {0xb2, 0x9a, 0x23, 0xfe, 0x0e, 0x23, 0xd1, 0xe2}}
16 
17 extern EFI_GUID gVirtioMmioTransportGuid;
18 
19 #endif
20