]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.c
Minor code enhancement.
[mirror_edk2.git] / IntelFrameworkPkg / Library / SmmLibNull / SmmLibNull.c
index fd7233a4b6db4c18b1d25a786d7dcc27d990aee7..26d12e2a8f09ded5bfd3a1591af56b3053e5e38a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   NULL instance of SMM Library.\r
 \r
-  Copyright (c) 2009, Intel Corporation<BR>\r
+  Copyright (c) 2009 - 2010, Intel Corporation<BR>\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
@@ -87,3 +87,15 @@ IsRuntimeSoftwareSmi (
   return FALSE;\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
+{\r
+  return;\r
+}\r