]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Library/SmmLib.h
Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both...
[mirror_edk2.git] / IntelFrameworkPkg / Include / Library / SmmLib.h
index ba1cb437bd6db8c33e243e91ddf148594c1168a5..32372ed23aa2663aaf6b717dda63cab47c02d6f2 100644 (file)
@@ -3,7 +3,7 @@
   \r
   SMM Library Services that abstracts both S/W SMI generation and detection. \r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation                                                         \r
+  Copyright (c) 2007 - 2010, Intel Corporation                                                         \r
   All rights reserved. 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
@@ -51,7 +51,7 @@ TriggerRuntimeSoftwareSmi (
   it was triggered at boot time, it returns TRUE. Otherwise, it returns FALSE.\r
 \r
   @retval TRUE   A software SMI triggered at boot time happened.\r
-  @retval FLASE  No software SMI happened or the software SMI was triggered at run time.\r
+  @retval FLASE  No software SMI happened, or the software SMI was triggered at run time.\r
 \r
 **/\r
 BOOLEAN\r
@@ -77,4 +77,13 @@ IsRuntimeSoftwareSmi (
   VOID\r
   );\r
 \r
+/**\r
+  Clear APM SMI Status Bit; Set the EOS bit. \r
+  \r
+**/\r
+VOID\r
+EFIAPI\r
+ClearSmi (\r
+  VOID\r
+  );\r
 #endif\r