]>
Commit | Line | Data |
---|---|---|
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 | |
b26f0cf9 | 7 | SPDX-License-Identifier: BSD-2-Clause-Patent\r |
2c123c14 GH |
8 | \r |
9 | **/\r | |
10 | \r | |
11 | #ifndef __QEMU_RAMFB_H__\r | |
12 | #define __QEMU_RAMFB_H__\r | |
13 | \r | |
14 | #define QEMU_RAMFB_GUID \\r | |
15 | {0x557423a1, 0x63ab, 0x406c, {0xbe, 0x7e, 0x91, 0xcd, 0xbc, 0x08, 0xc4, 0x57}}\r | |
16 | \r | |
ac0a286f | 17 | extern EFI_GUID gQemuRamfbGuid;\r |
2c123c14 GH |
18 | \r |
19 | #endif\r |