diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c index be91d40129..a790f6e495 100644 --- a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c +++ b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c @@ -1,12 +1,12 @@ /*++
-Copyright (c) 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+Copyright (c) 2006, Intel Corporation
+All rights reserved. This program and the accompanying materials
+are licensed and made available under the terms and conditions of the BSD License
+which accompanies this distribution. The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name:
@@ -20,11 +20,6 @@ Abstract: --*/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
#include "HiiDatabase.h"
EFI_STATUS
@@ -37,10 +32,10 @@ HiiGetKeyboardLayout ( /*++
Routine Description:
-
+
Arguments:
-Returns:
+Returns:
--*/
{
|