]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/ArmPlatformGlobalVariableLib.h
ARM Packages: Fixed line endings
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / ArmPlatformGlobalVariableLib.h
index 02ef1ea8326bd5ee3714403ceedf6250b77c35e1..b1a080c00aa26b3dde489989d66942b9643145cb 100644 (file)
@@ -1,38 +1,38 @@
-/** @file
-*
-*  Copyright (c) 2011-2012, ARM Limited. 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.
-*
-**/
-
-#ifndef __ARM_PLATFORM_GLOBAL_VARIABLE_LIB_H_
-#define __ARM_PLATFORM_GLOBAL_VARIABLE_LIB_H_
-
-VOID
-ArmPlatformGetGlobalVariable (
-  IN  UINTN     VariableOffset,
-  IN  UINTN     VariableSize,
-  OUT VOID*     Variable
-  );
-
-VOID
-ArmPlatformSetGlobalVariable (
-  IN  UINTN     VariableOffset,
-  IN  UINTN     VariableSize,
-  OUT VOID*     Variable
-  );
-
-VOID*
-ArmPlatformGetGlobalVariableAddress (
-  IN  UINTN     VariableOffset
-  );
-
-#endif
-
+/** @file\r
+*\r
+*  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\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
+*\r
+**/\r
+\r
+#ifndef __ARM_PLATFORM_GLOBAL_VARIABLE_LIB_H_\r
+#define __ARM_PLATFORM_GLOBAL_VARIABLE_LIB_H_\r
+\r
+VOID\r
+ArmPlatformGetGlobalVariable (\r
+  IN  UINTN     VariableOffset,\r
+  IN  UINTN     VariableSize,\r
+  OUT VOID*     Variable\r
+  );\r
+\r
+VOID\r
+ArmPlatformSetGlobalVariable (\r
+  IN  UINTN     VariableOffset,\r
+  IN  UINTN     VariableSize,\r
+  OUT VOID*     Variable\r
+  );\r
+\r
+VOID*\r
+ArmPlatformGetGlobalVariableAddress (\r
+  IN  UINTN     VariableOffset\r
+  );\r
+\r
+#endif\r
+\r