]> git.proxmox.com Git - mirror_edk2.git/blobdiff - 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
diff --git a/DuetPkg/Include/Guid/ConsoleOutConfig.h b/DuetPkg/Include/Guid/ConsoleOutConfig.h
new file mode 100644 (file)
index 0000000..a9e6380
--- /dev/null
@@ -0,0 +1,33 @@
+/**@file\r
+  Setup Variable data structure for Duet platform.\r
+\r
+Copyright (c)  2010 Intel Corporation. All rights reserved\r
+This software and associated documentation (if any) is furnished\r
+under a license and may only be used or copied in accordance\r
+with the terms of the license. Except as permitted by such\r
+license, no part of this software or documentation may be\r
+reproduced, stored in a retrieval system, or transmitted in any\r
+form or by any means without the express written consent of\r
+Intel Corporation.\r
+\r
+**/\r
+\r
+#ifndef __DUET_CONSOLEOUT_CONFIG_H__\r
+#define __DUET_CONSOLEOUT_CONFIG_H__\r
+\r
+#define DUET_CONSOLEOUT_CONFIG_GUID  \\r
+  { 0xED150714, 0xDF30, 0x407D, { 0xB2, 0x4A, 0x4B, 0x74, 0x2F, 0xD5, 0xCE, 0xA2 } }\r
+\r
+#pragma pack(1)\r
+typedef struct {\r
+  //\r
+  // Console output mode\r
+  //\r
+  UINT32        ConOutColumn;\r
+  UINT32        ConOutRow;\r
+} DUET_CONSOLEOUT_CONFIG;\r
+#pragma pack()\r
+\r
+extern EFI_GUID   gDuetConsoleOutConfigGuid;\r
+\r
+#endif\r