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