]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger / EdbCommand.h
index 141879f433616a2b9a9152452723d74e7c352471..071d5c59b7625b42273614dde646a652bd45a399 100644 (file)
@@ -1,13 +1,7 @@
 /** @file\r
 \r
 Copyright (c) 2007, 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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
@@ -36,8 +30,8 @@ typedef enum {
 **/\r
 EFI_DEBUGGER_COMMAND\r
 MatchDebuggerCommand (\r
-  IN CHAR16    *CommandName,\r
-  IN CHAR16    **CommandArg\r
+  IN CHAR16  *CommandName,\r
+  IN CHAR16  **CommandArg\r
   );\r
 \r
 /**\r
@@ -52,7 +46,7 @@ MatchDebuggerCommand (
 **/\r
 CHAR16 *\r
 GetCommandNameByKey (\r
-  IN EFI_INPUT_KEY CommandKey\r
+  IN EFI_INPUT_KEY  CommandKey\r
   );\r
 \r
 //\r