X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FLibrary%2FSmmLib.h;h=b35a7ce692cf679183e1a19943483e5213074994;hp=ba1cb437bd6db8c33e243e91ddf148594c1168a5;hb=4fd13cd57d83b23011ed017e6410de1f30c04694;hpb=efccebcfe0c46d92bce72e28aacf2eefbde7bc9c diff --git a/IntelFrameworkPkg/Include/Library/SmmLib.h b/IntelFrameworkPkg/Include/Library/SmmLib.h index ba1cb437bd..b35a7ce692 100644 --- a/IntelFrameworkPkg/Include/Library/SmmLib.h +++ b/IntelFrameworkPkg/Include/Library/SmmLib.h @@ -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,15 @@ IsRuntimeSoftwareSmi ( VOID ); +/** + + Clear APM SMI Status Bit; Set the EOS bit. + +**/ + +VOID +EFIAPI +ClearSmi ( + VOID + ); #endif