]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/Include/Guid/ConsoleOutConfig.h
DuetPkg: Remove DuetPkg
[mirror_edk2.git] / DuetPkg / Include / Guid / ConsoleOutConfig.h
diff --git a/DuetPkg/Include/Guid/ConsoleOutConfig.h b/DuetPkg/Include/Guid/ConsoleOutConfig.h
deleted file mode 100644 (file)
index 48861a5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/**@file\r
-  Setup Variable data structure for Duet platform.\r
-\r
-Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.   \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