Last change
on this file since 99396 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
496 bytes
|
Line | |
---|
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 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 |
|
---|
10 | **/
|
---|
11 |
|
---|
12 | #ifndef __MM_SERVICES_TABLE_LIB_H__
|
---|
13 | #define __MM_SERVICES_TABLE_LIB_H__
|
---|
14 |
|
---|
15 | #include <PiMm.h>
|
---|
16 |
|
---|
17 | extern EFI_MM_SYSTEM_TABLE *gMmst;
|
---|
18 |
|
---|
19 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.