]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger / EdbDisasm.h
index 911b0f9b6d64cc51ed82d34cd5185dca0bc2063a..e2617581fc4299738a3d8b3a96391fa8b2a0db62 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
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
@@ -27,10 +21,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 typedef\r
 UINTN\r
-(* EDB_DISASM_INSTRUCTION) (\r
-  IN     EFI_PHYSICAL_ADDRESS      InstructionAddress,\r
-  IN     EFI_SYSTEM_CONTEXT        SystemContext,\r
-  OUT    CHAR16                    **DisAsmString\r
+(*EDB_DISASM_INSTRUCTION) (\r
+  IN     EFI_PHYSICAL_ADDRESS  InstructionAddress,\r
+  IN     EFI_SYSTEM_CONTEXT    SystemContext,\r
+  OUT    CHAR16                **DisAsmString\r
   );\r
 \r
 #endif\r