From 6b88ceec9b23366f3a2b5541637a99f03ed7de04 Mon Sep 17 00:00:00 2001 From: AJFISH Date: Thu, 16 Aug 2007 22:15:08 +0000 Subject: Updated to use new PCD settings git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3664 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h') diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h index 5a7dc0e..c4f5ac1 100644 --- a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h +++ b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h @@ -74,7 +74,6 @@ typedef struct { UINT8 TerminalType; EFI_SERIAL_IO_PROTOCOL *SerialIo; EFI_DEVICE_PATH_PROTOCOL *DevicePath; - VENDOR_DEVICE_PATH Node; EFI_SIMPLE_TEXT_INPUT_PROTOCOL SimpleInput; EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL SimpleTextOutput; EFI_SIMPLE_TEXT_OUTPUT_MODE SimpleTextOutputMode; @@ -85,7 +84,7 @@ typedef struct { EFI_UNICODE_STRING_TABLE *ControllerNameTable; EFI_EVENT TwoSecondTimeOut; UINT32 InputState; - UINT32 ResetState; + UINT32 ResetState; // // Esc could not be output to the screen by user, @@ -94,7 +93,7 @@ typedef struct { // This boolean is used by the terminal driver only // to indicate whether the Esc could be sent or not. // - BOOLEAN OutputEscChar; + BOOLEAN OutputEscChar; } TERMINAL_DEV; #define INPUT_STATE_DEFAULT 0x00 -- cgit v1.1