X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FLibrary%2FSmmLib.h;h=32372ed23aa2663aaf6b717dda63cab47c02d6f2;hp=ba1cb437bd6db8c33e243e91ddf148594c1168a5;hb=0bce7349f5519e364f2463856b5f4c0712be5c9b;hpb=efccebcfe0c46d92bce72e28aacf2eefbde7bc9c diff --git a/IntelFrameworkPkg/Include/Library/SmmLib.h b/IntelFrameworkPkg/Include/Library/SmmLib.h index ba1cb437bd..32372ed23a 100644 --- a/IntelFrameworkPkg/Include/Library/SmmLib.h +++ b/IntelFrameworkPkg/Include/Library/SmmLib.h @@ -3,7 +3,7 @@ SMM Library Services that abstracts both S/W SMI generation and detection. - Copyright (c) 2007 - 2009, Intel Corporation + Copyright (c) 2007 - 2010, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -51,7 +51,7 @@ TriggerRuntimeSoftwareSmi ( it was triggered at boot time, it returns TRUE. Otherwise, it returns FALSE. @retval TRUE A software SMI triggered at boot time happened. - @retval FLASE No software SMI happened or the software SMI was triggered at run time. + @retval FLASE No software SMI happened, or the software SMI was triggered at run time. **/ BOOLEAN @@ -77,4 +77,13 @@ IsRuntimeSoftwareSmi ( VOID ); +/** + Clear APM SMI Status Bit; Set the EOS bit. + +**/ +VOID +EFIAPI +ClearSmi ( + VOID + ); #endif