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