]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Include/Guid/EmuSystemConfig.h
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Include / Guid / EmuSystemConfig.h
CommitLineData
949f388f 1/** @file\r
2 Setup Variable data structure for Emu platform.\r
3\r
4Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
e3ba31da 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 6\r
7\r
8**/\r
9\r
10#ifndef __EMU_SYSTEM_CONFIG_H__\r
11#define __EMU_SYSTEM_CONFIG_H__\r
12\r
13#define EFI_EMU_SYSTEM_CONFIG_GUID \\r
14 { 0x9C4FB516, 0x3A1E, 0xD847, { 0xA1, 0xA1, 0x70, 0x58, 0xB6, 0x98, 0x67, 0x32 } }\r
15\r
16\r
17#pragma pack(1)\r
18typedef struct {\r
19 //\r
20 // Console output mode\r
21 //\r
22 UINT32 ConOutColumn;\r
23 UINT32 ConOutRow;\r
24} EMU_SYSTEM_CONFIGURATION;\r
25#pragma pack()\r
26\r
27\r
28extern EFI_GUID gEmuSystemConfigGuid;\r
29\r
30#endif\r