]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Include/AsmMacroIoLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPkg / Include / AsmMacroIoLib.h
index 16d2a307291c32aa8f8fc7c40834cedf6ebda627..2493a15b7b1b67ac94dc4cb84ddcc4680fff459e 100644 (file)
@@ -5,19 +5,12 @@
   Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
   Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
 \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
-\r
-#ifndef __MACRO_IO_LIB_H__\r
-#define __MACRO_IO_LIB_H__\r
+#ifndef ASM_MACRO_IO_LIB_H_\r
+#define ASM_MACRO_IO_LIB_H_\r
 \r
 #define _ASM_FUNC(Name, Section)    \\r
   .global   Name                  ; \\r
@@ -26,7 +19,7 @@
   .p2align  2                     ; \\r
   Name:\r
 \r
-#define ASM_FUNC(Name)            _ASM_FUNC(ASM_PFX(Name), .text. ## Name)\r
+#define ASM_FUNC(Name)  _ASM_FUNC(ASM_PFX(Name), .text. ## Name)\r
 \r
 #define MOV32(Reg, Val)                       \\r
   movw      Reg, #(Val) & 0xffff            ; \\r
@@ -42,4 +35,4 @@
   movt      Reg, #:upper16:(Sym) - (. + 12) ; \\r
   ldr       Reg, [pc, Reg]\r
 \r
-#endif\r
+#endif // ASM_MACRO_IO_LIB_H_\r