]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/Include/Guid/UnixSystemConfig.h
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / Include / Guid / UnixSystemConfig.h
CommitLineData
c71b6597 1/**@file\r
2 Setup Variable data structure for Unix platform.\r
3\r
f9b8ab56
HT
4Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials \r
c71b6597 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
d1b04ae4 30} UNIX_SYSTEM_CONFIGURATION;\r
c71b6597 31#pragma pack()\r
32\r
33\r
34extern EFI_GUID gEfiUnixSystemConfigGuid;\r
35\r
36#endif\r