Last change
on this file since 101489 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
401 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.