]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/Ia32/EbcLowLevel.S
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / Ia32 / EbcLowLevel.S
index 5e9828dc1151185a451a235996eb37ffdd50dff1..5dde824e94d78908195088e30acca4b2c3d6f58a 100644 (file)
@@ -1,18 +1,21 @@
-#****************************************************************************\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
-#*                                                                          \r
-#****************************************************************************\r
-.globl ASM_PFX(CopyMem)\r
+#/** @file\r
+#  \r
+#    Low level IA32 specific EBC support routines.\r
+#  \r
+#  Copyright (c) 2007 - 2008, 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
+#  \r
+#**/\r
 \r
-.globl ASM_PFX(EbcLLCALLEXNative)\r
+ASM_GLOBAL ASM_PFX(CopyMem)\r
+\r
+ASM_GLOBAL ASM_PFX(EbcLLCALLEXNative)\r
 ASM_PFX(EbcLLCALLEXNative):\r
          push   %ebp\r
          push   %ebx\r
@@ -37,18 +40,18 @@ ASM_PFX(EbcLLCALLEXNative):
          mov    %ebp,%esp\r
          pop    %ebx\r
          pop    %ebp\r
-         ret    \r
+         ret\r
 \r
-.globl ASM_PFX(EbcLLGetEbcEntryPoint)\r
+ASM_GLOBAL ASM_PFX(EbcLLGetEbcEntryPoint)\r
 ASM_PFX(EbcLLGetEbcEntryPoint):\r
-        ret    \r
+        ret\r
 \r
-.globl ASM_PFX(EbcLLGetStackPointer)\r
+ASM_GLOBAL ASM_PFX(EbcLLGetStackPointer)\r
 ASM_PFX(EbcLLGetStackPointer):\r
         mov    %esp,%eax\r
         add    $0x4,%eax\r
-        ret    \r
+        ret\r
 \r
-.globl ASM_PFX(EbcLLGetReturnValue)\r
+ASM_GLOBAL ASM_PFX(EbcLLGetReturnValue)\r
 ASM_PFX(EbcLLGetReturnValue):\r
-        ret    \r
+        ret\r