]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Library/MmServicesTableLib.h
MdePkg/Include: add MmServicesTableLib header file
[mirror_edk2.git] / MdePkg / Include / Library / MmServicesTableLib.h
1 /** @file
2 Provides a service to retrieve a pointer to the Standalone MM Services Table.
3 Only available to MM_STANDALONE, SMM/DXE Combined and SMM module types.
4
5 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
6 Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
7
8 This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which accompanies this distribution. The full text of the license may be found at
11 http://opensource.org/licenses/bsd-license.php
12
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15
16 **/
17
18 #ifndef __MM_SERVICES_TABLE_LIB_H__
19 #define __MM_SERVICES_TABLE_LIB_H__
20
21 #include <PiMm.h>
22
23 extern EFI_MM_SYSTEM_TABLE *gMmst;
24
25 #endif