]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmStatusCode.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmStatusCode.h
CommitLineData
5a3cb5fd 1/** @file\r
2 EFI SMM Status Code Protocol as defined in the PI 1.2 specification.\r
3\r
4 This protocol provides the basic status code services while in SMM. \r
5\r
9df063a0
HT
6 Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
7 This program and the accompanying materials \r
5a3cb5fd 8 are licensed and made available under the terms and conditions of the BSD License \r
9 which accompanies this distribution. The full text of the license may be found at \r
10 http://opensource.org/licenses/bsd-license.php \r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
14\r
15**/\r
16\r
17#ifndef _SMM_STATUS_CODE_H__\r
18#define _SMM_STATUS_CODE_H__\r
19\r
2f208e59 20#include <Protocol/MmStatusCode.h>\r
5a3cb5fd 21\r
2f208e59 22#define EFI_SMM_STATUS_CODE_PROTOCOL_GUID EFI_MM_STATUS_CODE_PROTOCOL_GUID\r
5a3cb5fd 23\r
2f208e59 24typedef EFI_MM_STATUS_CODE_PROTOCOL EFI_SMM_STATUS_CODE_PROTOCOL;\r
5a3cb5fd 25\r
2f208e59 26typedef EFI_MM_REPORT_STATUS_CODE EFI_SMM_REPORT_STATUS_CODE;\r
5a3cb5fd 27\r
28extern EFI_GUID gEfiSmmStatusCodeProtocolGuid;\r
29\r
30#endif\r
31\r