]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Include/Library/MtrrLib.h
UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr()
[mirror_edk2.git] / UefiCpuPkg / Include / Library / MtrrLib.h
index 95ffbc8bf172a589a95d75e82dc679c9e568452d..cfe3c0ab5998062b7696980390d5a86a994b3031 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   MTRR setting library\r
 \r
-  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2008 - 2020, Intel Corporation. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
@@ -185,21 +185,6 @@ MtrrGetMemoryAttribute (
   );\r
 \r
 \r
-/**\r
-  This function will get the raw value in variable MTRRs\r
-\r
-  @param[out]  VariableSettings   A buffer to hold variable MTRRs content.\r
-\r
-  @return The buffer point to MTRR_VARIABLE_SETTINGS in which holds the content of the variable MTRR\r
-\r
-**/\r
-MTRR_VARIABLE_SETTINGS*\r
-EFIAPI\r
-MtrrGetVariableMtrr (\r
-  OUT MTRR_VARIABLE_SETTINGS         *VariableSettings\r
-  );\r
-\r
-\r
 /**\r
   This function sets variable MTRRs\r
 \r