]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Mtc.c
EmbeddedPkg: drop unused Pcds from package .dsc
[mirror_edk2.git] / EmbeddedPkg / Library / HalRuntimeServicesExampleLib / Mtc.c
index 8e8f2dbf246dfdece16cdc584b3d63b8d5512131..2b60d072037aae0525cafabd05b87550a7ff541e 100644 (file)
@@ -1,10 +1,10 @@
 /** @file\r
   Generic Monotonic Counter services\r
 \r
-  Copyright (c) 2007, Intel Corporation<BR>\r
-  Portions copyright (c) 2008-2009, Apple Inc. All rights reserved.\r
+  Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
-  All rights reserved. This program and the accompanying materials\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
@@ -63,7 +63,7 @@ Arguments:
 \r
 Returns:\r
 \r
-  EFI_SUCCESS       The event has been handled properly \r
+  EFI_SUCCESS       The event has been handled properly\r
   EFI_NOT_FOUND     An error occurred updating the variable.\r
 \r
 --*/\r
@@ -106,7 +106,7 @@ LibMtcGetNextHighMonotonicCount (
 \r
   *HighCount  = (UINT32) RShiftU64 (mEfiMtc, 32) + 1;\r
   mEfiMtc     = LShiftU64 (*HighCount, 32);\r
-  \r
+\r
   if (!EfiAtRuntime ()) {\r
     gBS->RestoreTPL (OldTpl);\r
   }\r