]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Library/MmServicesTableLib.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Library / MmServicesTableLib.h
CommitLineData
b94aecb4
JU
1/** @file\r
2 Provides a service to retrieve a pointer to the Standalone MM Services Table.\r
3 Only available to MM_STANDALONE, SMM/DXE Combined and SMM module types.\r
4\r
5Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
6Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
7\r
9344f092 8SPDX-License-Identifier: BSD-2-Clause-Patent\r
b94aecb4
JU
9\r
10**/\r
11\r
12#ifndef __MM_SERVICES_TABLE_LIB_H__\r
13#define __MM_SERVICES_TABLE_LIB_H__\r
14\r
15#include <PiMm.h>\r
16\r
2f88bd3a 17extern EFI_MM_SYSTEM_TABLE *gMmst;\r
b94aecb4
JU
18\r
19#endif\r