]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/Include/Guid/XenBusRootDevice.h
OvmfPkg/MemEncryptSevLib: find pages of initial SMRAM save state map
[mirror_edk2.git] / OvmfPkg / Include / Guid / XenBusRootDevice.h
... / ...
CommitLineData
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
6 This program and the accompanying materials are licensed and made available\r
7 under the terms and conditions of the BSD License that accompanies this\r
8 distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php.\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
12 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef __XENBUS_ROOT_DEVICE_H__\r
17#define __XENBUS_ROOT_DEVICE_H__\r
18\r
19#define XENBUS_ROOT_DEVICE_GUID \\r
20{0xa732241f, 0x383d, 0x4d9c, {0x8a, 0xe1, 0x8e, 0x09, 0x83, 0x75, 0x89, 0xd7}}\r
21\r
22extern EFI_GUID gXenBusRootDeviceGuid;\r
23\r
24#endif\r