X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FSmmLibNull%2FSmmLibNull.c;h=26d12e2a8f09ded5bfd3a1591af56b3053e5e38a;hb=ce9b1e3ae0bdcf8f926ea5132f0bd34e7d384973;hp=fd7233a4b6db4c18b1d25a786d7dcc27d990aee7;hpb=a56678b8ce9eb1b98e14caff0d858acb8142288f;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c b/IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c index fd7233a4b6..26d12e2a8f 100644 --- a/IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c +++ b/IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c @@ -1,7 +1,7 @@ /** @file NULL instance of SMM Library. - Copyright (c) 2009, Intel Corporation
+ Copyright (c) 2009 - 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 @@ -87,3 +87,15 @@ IsRuntimeSoftwareSmi ( return FALSE; } +/** + Clear APM SMI Status Bit; Set the EOS bit. + +**/ +VOID +EFIAPI +ClearSmi ( + VOID + ) +{ + return; +}