]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/MemoryProfileLib.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Library / MemoryProfileLib.h
index 8543801391eb70443d83981232fbcdadd4286313..f87f245158d2845451f374f1605fca8f094c1d09 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   Provides services to record memory profile of multilevel caller.\r
 \r
-  Copyright (c) 2016, 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
+  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 EFI_STATUS\r
 EFIAPI\r
 MemoryProfileLibRecord (\r
-  IN PHYSICAL_ADDRESS           CallerAddress,\r
-  IN MEMORY_PROFILE_ACTION      Action,\r
-  IN EFI_MEMORY_TYPE            MemoryType,\r
-  IN VOID                       *Buffer,\r
-  IN UINTN                      Size,\r
-  IN CHAR8                      *ActionString OPTIONAL\r
+  IN PHYSICAL_ADDRESS       CallerAddress,\r
+  IN MEMORY_PROFILE_ACTION  Action,\r
+  IN EFI_MEMORY_TYPE        MemoryType,\r
+  IN VOID                   *Buffer,\r
+  IN UINTN                  Size,\r
+  IN CHAR8                  *ActionString OPTIONAL\r
   );\r
 \r
 #endif\r