X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FLibrary%2FSmmLib.h;h=32372ed23aa2663aaf6b717dda63cab47c02d6f2;hp=2857afce2935372717b327184e57c3aef2be0530;hb=ce9b1e3ae0bdcf8f926ea5132f0bd34e7d384973;hpb=5259c97d7ac7f464c134c3a15186b30e8e8eadff diff --git a/IntelFrameworkPkg/Include/Library/SmmLib.h b/IntelFrameworkPkg/Include/Library/SmmLib.h index 2857afce29..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 @@ -77,4 +77,13 @@ IsRuntimeSoftwareSmi ( VOID ); +/** + Clear APM SMI Status Bit; Set the EOS bit. + +**/ +VOID +EFIAPI +ClearSmi ( + VOID + ); #endif