]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Include/Guid/ConsoleOutConfig.h
Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup.
[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
4Copyright (c) 2010 Intel Corporation. All rights reserved\r
5This software and associated documentation (if any) is furnished\r
6under a license and may only be used or copied in accordance\r
7with the terms of the license. Except as permitted by such\r
8license, no part of this software or documentation may be\r
9reproduced, stored in a retrieval system, or transmitted in any\r
10form or by any means without the express written consent of\r
11Intel Corporation.\r
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