summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Include/Guid
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-06-13 09:29:33 +0200
committerLaszlo Ersek <lersek@redhat.com>2018-06-14 11:56:45 +0200
commit2c123c14cd7c2944d66c4ad1622b97b027b4f5cc (patch)
treec553cf2743be219dffaef0aa4b7bd138050c5991 /OvmfPkg/Include/Guid
parente03a460f061a860efc1cdcc486caefefc43973f6 (diff)
downloadedk2-2c123c14cd7c2944d66c4ad1622b97b027b4f5cc.tar.gz
edk2-2c123c14cd7c2944d66c4ad1622b97b027b4f5cc.tar.bz2
edk2-2c123c14cd7c2944d66c4ad1622b97b027b4f5cc.zip
OvmfPkg: add QEMU_RAMFB_GUID
Add GUID header file for the QemuRamfbDxe driver. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/Include/Guid')
-rw-r--r--OvmfPkg/Include/Guid/QemuRamfb.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/OvmfPkg/Include/Guid/QemuRamfb.h b/OvmfPkg/Include/Guid/QemuRamfb.h
new file mode 100644
index 0000000000..5c9dffb1f0
--- /dev/null
+++ b/OvmfPkg/Include/Guid/QemuRamfb.h
@@ -0,0 +1,25 @@
+/** @file
+ Recommended GUID to be used in the Vendor Hardware device path nodes that
+ identify qemu ramfb devices.
+
+ Copyright (C) 2018, Red Hat, Inc.
+
+ 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 __QEMU_RAMFB_H__
+#define __QEMU_RAMFB_H__
+
+#define QEMU_RAMFB_GUID \
+{0x557423a1, 0x63ab, 0x406c, {0xbe, 0x7e, 0x91, 0xcd, 0xbc, 0x08, 0xc4, 0x57}}
+
+extern EFI_GUID gQemuRamfbGuid;
+
+#endif