]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUgaInput.c
Remove all blanks lines to avoid build errors.
[mirror_edk2.git] / EdkNt32Pkg / Dxe / WinNtThunk / Bus / Uga / WinNtUgaInput.c
index 19bca36359018823e09e1d8a34c860b64c7b1413..2c715c663d08d0243ff75e411f3bb26f3ca853b3 100644 (file)
@@ -1,13 +1,13 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. 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
+Copyright (c) 2006, Intel Corporation\r
+All rights reserved. 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
 Module Name:\r
 \r
@@ -15,13 +15,13 @@ Module Name:
 \r
 Abstract:\r
 \r
-  This file produces the Simple Text In for an Uga window. \r
+  This file produces the Simple Text In for an Uga window.\r
 \r
   This stuff is linked at the hip to the Window, since the window\r
   processing is done in a thread kicked off in WinNtUgaImplementation.c\r
 \r
   Since the window information is processed in an other thread we need\r
-  a keyboard Queue to pass data about. The Simple Text In code just \r
+  a keyboard Queue to pass data about. The Simple Text In code just\r
   takes data off the Queue. The WinProc message loop takes keyboard input\r
   and places it in the Queue.\r
 \r
@@ -222,7 +222,7 @@ Returns:
   //\r
   // Enter critical section\r
   //\r
-  OldTpl = gBS->RaiseTPL (EFI_TPL_NOTIFY);\r
+  OldTpl = gBS->RaiseTPL (TPL_NOTIFY);\r
 \r
   //\r
   // A reset is draining the Queue\r
@@ -270,7 +270,7 @@ Returns:
   //\r
   // Enter critical section\r
   //\r
-  OldTpl  = gBS->RaiseTPL (EFI_TPL_NOTIFY);\r
+  OldTpl  = gBS->RaiseTPL (TPL_NOTIFY);\r
 \r
   Status  = UgaPrivateCheckQ (Private);\r
   if (!EFI_ERROR (Status)) {\r
@@ -321,7 +321,7 @@ Returns:
   //\r
   // Enter critical section\r
   //\r
-  OldTpl  = gBS->RaiseTPL (EFI_TPL_NOTIFY);\r
+  OldTpl  = gBS->RaiseTPL (TPL_NOTIFY);\r
 \r
   Status  = UgaPrivateCheckQ (Private);\r
   if (!EFI_ERROR (Status)) {\r
@@ -376,8 +376,8 @@ Returns:
   Private->SimpleTextIn.ReadKeyStroke = WinNtUgaSimpleTextInReadKeyStroke;\r
 \r
   Status = gBS->CreateEvent (\r
-                  EFI_EVENT_NOTIFY_WAIT,\r
-                  EFI_TPL_NOTIFY,\r
+                  EVT_NOTIFY_WAIT,\r
+                  TPL_NOTIFY,\r
                   WinNtUgaSimpleTextInWaitForKey,\r
                   Private,\r
                   &Private->SimpleTextIn.WaitForKey\r