]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Include/Protocol/SmmExitBootServices.h
MdeModulePkg PiSmmCore: Introduce SMM Exit Boot Services and Legacy Boot.
[mirror_edk2.git] / Include / Protocol / SmmExitBootServices.h
diff --git a/Include/Protocol/SmmExitBootServices.h b/Include/Protocol/SmmExitBootServices.h
new file mode 100644 (file)
index 0000000..f343767
--- /dev/null
@@ -0,0 +1,29 @@
+/** @file\r
+  EDKII SMM Exit Boot Services protocol.\r
+\r
+  This SMM protocol is to be published by the SMM Foundation code to associate\r
+  with EFI_EVENT_GROUP_EXIT_BOOT_SERVICES to notify SMM driver that system enter\r
+  exit boot services.\r
+\r
+  Copyright (c) 2015, 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
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef _SMM_EXIT_BOOT_SERVICES_H_\r
+#define _SMM_EXIT_BOOT_SERVICES_H_\r
+\r
+#define EDKII_SMM_EXIT_BOOT_SERVICES_PROTOCOL_GUID \\r
+  { \\r
+    0x296eb418, 0xc4c8, 0x4e05, { 0xab, 0x59, 0x39, 0xe8, 0xaf, 0x56, 0xf0, 0xa } \\r
+  }\r
+\r
+extern EFI_GUID gEdkiiSmmExitBootServicesProtocolGuid;\r
+\r
+#endif\r