]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Include/Guid/XenBusRootDevice.h
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / Include / Guid / XenBusRootDevice.h
CommitLineData
b0022ab8
AB
1/** @file\r
2 GUID to be used to identify the XenBus root node on non-PCI Xen guests\r
3\r
4 Copyright (C) 2015, Linaro Ltd.\r
5\r
b26f0cf9 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
b0022ab8
AB
7\r
8**/\r
9\r
10#ifndef __XENBUS_ROOT_DEVICE_H__\r
11#define __XENBUS_ROOT_DEVICE_H__\r
12\r
13#define XENBUS_ROOT_DEVICE_GUID \\r
14{0xa732241f, 0x383d, 0x4d9c, {0x8a, 0xe1, 0x8e, 0x09, 0x83, 0x75, 0x89, 0xd7}}\r
15\r
16extern EFI_GUID gXenBusRootDeviceGuid;\r
17\r
18#endif\r