]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/DxeIpl.h
MdeModulePkg DxeIpl: Move ClearFirst4KPage/IsNullDetectionEnabled definition
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.h
index f3aabdb7e0f02b2bde79f0d3ea848ef751bc0f5f..6f8e13d21335268a92fbd30caa33cd13c4c7ce55 100644 (file)
@@ -2,7 +2,7 @@
   Master header file for DxeIpl PEIM. All source files in this module should\r
   include this file for common definitions.\r
 \r
-Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 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
@@ -240,29 +240,4 @@ Decompress (
   OUT       UINTN                   *OutputSize\r
   );\r
 \r
-/**\r
-  Clear legacy memory located at the first 4K-page.\r
-\r
-  This function traverses the whole HOB list to check if memory from 0 to 4095\r
-  exists and has not been allocated, and then clear it if so.\r
-\r
-  @param HobStart         The start of HobList passed to DxeCore.\r
-\r
-**/\r
-VOID\r
-ClearFirst4KPage (\r
-  IN  VOID *HobStart\r
-  );\r
-\r
-/**\r
-  Return configure status of NULL pointer detection feature.\r
-\r
-  @return TRUE   NULL pointer detection feature is enabled\r
-  @return FALSE  NULL pointer detection feature is disabled\r
-**/\r
-BOOLEAN\r
-IsNullDetectionEnabled (\r
-  VOID\r
-  );\r
-\r
 #endif\r