]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Include/Guid/ConsoleOutConfig.h
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / Include / Guid / ConsoleOutConfig.h
CommitLineData
23031904
RN
1/**@file\r
2 Setup Variable data structure for Duet platform.\r
3\r
b1f700a8 4Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
e4c0074b 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
23031904
RN
12\r
13**/\r
14\r
15#ifndef __DUET_CONSOLEOUT_CONFIG_H__\r
16#define __DUET_CONSOLEOUT_CONFIG_H__\r
17\r
18#define DUET_CONSOLEOUT_CONFIG_GUID \\r
19 { 0xED150714, 0xDF30, 0x407D, { 0xB2, 0x4A, 0x4B, 0x74, 0x2F, 0xD5, 0xCE, 0xA2 } }\r
20\r
21#pragma pack(1)\r
22typedef struct {\r
23 //\r
24 // Console output mode\r
25 //\r
26 UINT32 ConOutColumn;\r
27 UINT32 ConOutRow;\r
28} DUET_CONSOLEOUT_CONFIG;\r
29#pragma pack()\r
30\r
31extern EFI_GUID gDuetConsoleOutConfigGuid;\r
32\r
33#endif\r