]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Include/Library/UefiCpuLib.h
UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLib
[mirror_edk2.git] / UefiCpuPkg / Include / Library / UefiCpuLib.h
index 82e53bab3a0fc6c237e2e079064ac69f3a4c84c7..5326e7246301c2da4914b03647e5b353d734da8f 100644 (file)
@@ -5,6 +5,7 @@
   to be UEFI specification compliant.\r
 \r
   Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2020, AMD Inc. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
@@ -29,4 +30,17 @@ InitializeFloatingPointUnits (
   VOID\r
   );\r
 \r
+/**\r
+  Determine if the standard CPU signature is "AuthenticAMD".\r
+\r
+  @retval TRUE  The CPU signature matches.\r
+  @retval FALSE The CPU signature does not match.\r
+\r
+**/\r
+BOOLEAN\r
+EFIAPI\r
+StandardSignatureIsAuthenticAMD (\r
+  VOID\r
+  );\r
+\r
 #endif\r