]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Arm/GetInterruptsState.asm
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Arm / GetInterruptsState.asm
index 9516cfc3e1c05cc2a9cea80b00d06a47dce4bc59..d7c9237b23240185450f7c7f1393ced8b7c346e0 100644 (file)
@@ -1,45 +1,45 @@
-;------------------------------------------------------------------------------ 
-;
-; GetInterruptState() function for ARM
-;
-; Copyright (c) 2006 - 2009, Intel Corporation<BR>
-; Portions copyright (c) 2008-2009 Apple Inc.<BR>
-; 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.
-;
-;------------------------------------------------------------------------------
-
-    EXPORT GetInterruptState
-
-    AREA Interrupt_enable, CODE, READONLY
-
-;/**
-;  Retrieves the current CPU interrupt state.
-;
-;  Returns TRUE is interrupts are currently enabled. Otherwise
-;  returns FALSE.
-;
-;  @retval TRUE  CPU interrupts are enabled.
-;  @retval FALSE CPU interrupts are disabled.
-;
-;**/
-;
-;BOOLEAN
-;EFIAPI
-;GetInterruptState (
-;  VOID
-; );
-;
-GetInterruptState
-    MRS     R0, CPSR
-    TST     R0, #0x80                ;Check if IRQ is enabled.
-    MOVEQ   R0, #1
-    MOVNE   R0, #0
-    BX      LR
-    
-    END
+;------------------------------------------------------------------------------ \r
+;\r
+; GetInterruptState() function for ARM\r
+;\r
+; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+; Portions copyright (c) 2008 - 2009, Apple Inc. 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
+    EXPORT GetInterruptState\r
+\r
+    AREA Interrupt_enable, CODE, READONLY\r
+\r
+;/**\r
+;  Retrieves the current CPU interrupt state.\r
+;\r
+;  Returns TRUE is interrupts are currently enabled. Otherwise\r
+;  returns FALSE.\r
+;\r
+;  @retval TRUE  CPU interrupts are enabled.\r
+;  @retval FALSE CPU interrupts are disabled.\r
+;\r
+;**/\r
+;\r
+;BOOLEAN\r
+;EFIAPI\r
+;GetInterruptState (\r
+;  VOID\r
+; );\r
+;\r
+GetInterruptState\r
+    MRS     R0, CPSR\r
+    TST     R0, #0x80                ;Check if IRQ is enabled.\r
+    MOVEQ   R0, #1\r
+    MOVNE   R0, #0\r
+    BX      LR\r
+    \r
+    END\r