]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/HeapGuard.h
MdeModulePkg/Core/Pei: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / HeapGuard.h
index a6f92a20420874a98427aa9a90c83d41a611080f..9077db1a849642490bf40679378a6bbe96644f2f 100644 (file)
@@ -2,13 +2,7 @@
   Data structure and functions to allocate and free memory space.\r
 \r
 Copyright (c) 2017, 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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -160,8 +154,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //\r
 // Memory type to guard (matching the related PCD definition)\r
 //\r
-#define GUARD_HEAP_TYPE_POOL        BIT2\r
-#define GUARD_HEAP_TYPE_PAGE        BIT3\r
+#define GUARD_HEAP_TYPE_PAGE        BIT2\r
+#define GUARD_HEAP_TYPE_POOL        BIT3\r
 \r
 //\r
 // Debug message level\r