]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmControl2.h
MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmControl2.h
index 8d29b1f7eb8a7c2ad534022f0879b88c96f9464e..58df62aa6ecd0b77427adce6055e45e89ede2527 100644 (file)
@@ -11,8 +11,8 @@
   accessed, will generate the SMI.  Also, the hardware optionally supports the periodic generation of \r
   these signals.\r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  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
   http://opensource.org/licenses/bsd-license.php                                            \r
 \r
 #include <PiDxe.h>\r
 \r
-///\r
-/// Note:\r
-///   To avoid name conflict between PI and Framework SMM spec, the following names defined\r
-///   in PI 1.2 SMM spec are renamed. These renamings are not yet in a public PI spec and errta.\r
-///\r
-///   EFI_SMM_ACTIVATE   -> EFI_SMM_ACTIVATE2\r
-///   EFI_SMM_DEACTIVATE -> EFI_SMM_DEACTIVATE2\r
-///\r
-\r
 #define EFI_SMM_CONTROL2_PROTOCOL_GUID \\r
   { \\r
     0x843dc720, 0xab1e, 0x42cb, {0x93, 0x57, 0x8a, 0x0, 0x78, 0xf3, 0x56, 0x1b}  \\r
@@ -59,6 +50,7 @@ typedef UINTN  EFI_SMM_PERIOD;
   @retval EFI_SUCCESS            The SMI/PMI has been engendered.\r
   @retval EFI_DEVICE_ERROR       The timing is unsupported.\r
   @retval EFI_INVALID_PARAMETER  The activation period is unsupported.\r
+  @retval EFI_INVALID_PARAMETER  The last periodic activation has not been cleared. \r
   @retval EFI_NOT_STARTED        The SMM base service has not been initialized.\r
 **/\r
 typedef\r