]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Include/Guid/EmuSystemConfig.h
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[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
d18d8a1d 5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
949f388f 12\r
13\r
14**/\r
15\r
16#ifndef __EMU_SYSTEM_CONFIG_H__\r
17#define __EMU_SYSTEM_CONFIG_H__\r
18\r
19#define EFI_EMU_SYSTEM_CONFIG_GUID \\r
20 { 0x9C4FB516, 0x3A1E, 0xD847, { 0xA1, 0xA1, 0x70, 0x58, 0xB6, 0x98, 0x67, 0x32 } }\r
21\r
22\r
23#pragma pack(1)\r
24typedef struct {\r
25 //\r
26 // Console output mode\r
27 //\r
28 UINT32 ConOutColumn;\r
29 UINT32 ConOutRow;\r
30} EMU_SYSTEM_CONFIGURATION;\r
31#pragma pack()\r
32\r
33\r
34extern EFI_GUID gEmuSystemConfigGuid;\r
35\r
36#endif\r