]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Include/Guid/QemuRamfb.h
5c9dffb1f0b89e6af4488debde9b4445d53087b5
[mirror_edk2.git] / OvmfPkg / Include / Guid / QemuRamfb.h
1 /** @file
2 Recommended GUID to be used in the Vendor Hardware device path nodes that
3 identify qemu ramfb devices.
4
5 Copyright (C) 2018, Red Hat, Inc.
6
7 This program and the accompanying materials are licensed and made available
8 under the terms and conditions of the BSD License that accompanies this
9 distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php.
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
13 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15 **/
16
17 #ifndef __QEMU_RAMFB_H__
18 #define __QEMU_RAMFB_H__
19
20 #define QEMU_RAMFB_GUID \
21 {0x557423a1, 0x63ab, 0x406c, {0xbe, 0x7e, 0x91, 0xcd, 0xbc, 0x08, 0xc4, 0x57}}
22
23 extern EFI_GUID gQemuRamfbGuid;
24
25 #endif