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>
This commit is contained in:
committed by
Laszlo Ersek
parent
e03a460f06
commit
2c123c14cd
25
OvmfPkg/Include/Guid/QemuRamfb.h
Normal file
25
OvmfPkg/Include/Guid/QemuRamfb.h
Normal file
@@ -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
|
Reference in New Issue
Block a user