]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/Include/Guid/UnixSystemConfig.h
Update Unix platform to use dynamic HII pcd to save console output mode.
[mirror_edk2.git] / UnixPkg / Include / Guid / UnixSystemConfig.h
CommitLineData
c71b6597 1/**@file\r
2 Setup Variable data structure for Unix platform.\r
3\r
4Copyright (c) 2009, Intel Corporation \r
5All rights reserved. This 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
12\r
13\r
14**/\r
15\r
16#ifndef __UNIX_SYSTEM_CONFIGUE_H__\r
17#define __UNIX_SYSTEM_CONFIGUE_H__\r
18\r
19#define EFI_UXIX_SYSTEM_CONFIG_GUID \\r
20 {0x375ea976, 0x3ccd, 0x4e74, {0xa8, 0x45, 0x26, 0xb9, 0xb3, 0x24, 0xb1, 0x3c}}\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} WIN_NT_SYSTEM_CONFIGURATION;\r
31#pragma pack()\r
32\r
33\r
34extern EFI_GUID gEfiUnixSystemConfigGuid;\r
35\r
36#endif\r