summaryrefslogtreecommitdiff
path: root/OvmfPkg/Include/Guid/XenBusRootDevice.h
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-12-22 18:26:27 +0800
committerGuo Mang <mang.guo@intel.com>2016-12-26 19:15:00 +0800
commit6749969917f3137d8f8af06b9407aac179a108b8 (patch)
treed0b4e8db56bab9e784b8d55c37843f25c95e72ef /OvmfPkg/Include/Guid/XenBusRootDevice.h
parentdbf97f39d93345d8a21f6837418cbf525c08dc48 (diff)
downloadedk2-platforms-6749969917f3137d8f8af06b9407aac179a108b8.tar.xz
OvmfPkg: Remove unused Package
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'OvmfPkg/Include/Guid/XenBusRootDevice.h')
-rw-r--r--OvmfPkg/Include/Guid/XenBusRootDevice.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/OvmfPkg/Include/Guid/XenBusRootDevice.h b/OvmfPkg/Include/Guid/XenBusRootDevice.h
deleted file mode 100644
index 2b6e710180..0000000000
--- a/OvmfPkg/Include/Guid/XenBusRootDevice.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/** @file
- GUID to be used to identify the XenBus root node on non-PCI Xen guests
-
- Copyright (C) 2015, Linaro Ltd.
-
- This program and the accompanying materials are licensed and made available
- under the terms and conditions of the BSD License that accompanies this
- distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php.
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
- WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __XENBUS_ROOT_DEVICE_H__
-#define __XENBUS_ROOT_DEVICE_H__
-
-#define XENBUS_ROOT_DEVICE_GUID \
-{0xa732241f, 0x383d, 0x4d9c, {0x8a, 0xe1, 0x8e, 0x09, 0x83, 0x75, 0x89, 0xd7}}
-
-extern EFI_GUID gXenBusRootDeviceGuid;
-
-#endif