]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLibPrivateInternalFiles/Include/Device/Console.h
StdLib: Some deployed versions of the Simple Text Input Protocol randomly return...
[mirror_edk2.git] / StdLibPrivateInternalFiles / Include / Device / Console.h
index 9b4eb52d76e17a80f2aeb763896f75ad4fcee635..dce2630218a9453a1e4d35db5e889ed3ddb2304c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Declarations and macros for the console abstraction.\r
 \r
-  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
   distribution.  The full text of the license may be found at\r
@@ -32,8 +32,8 @@ typedef struct {
   UINTN                       Reserved_1;   // Ensure that next member starts on an 8-byte boundary\r
   UINT64                      NumRead;      ///< Number of characters Read.\r
   UINT64                      NumWritten;   ///< Number of characters Written.\r
-  EFI_INPUT_KEY               UnGetKey;     ///< One-key pushback, for poll().\r
   __mbstate_t                 CharState;    ///< Character state for the byte stream passing through this device\r
+  CHAR16                      UnGetKey;     ///< One-key pushback, for poll().\r
 } ConInstance;\r
 \r
 __BEGIN_DECLS\r