Last change
on this file since 85788 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:
308 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 |
|
---|
3 | Root include file for Mde Package MM modules.
|
---|
4 |
|
---|
5 | Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
---|
6 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 |
|
---|
8 | **/
|
---|
9 |
|
---|
10 | #ifndef __PI_MM_H__
|
---|
11 | #define __PI_MM_H__
|
---|
12 |
|
---|
13 | #include <Uefi/UefiBaseType.h>
|
---|
14 | #include <Uefi/UefiSpec.h>
|
---|
15 |
|
---|
16 | #include <Pi/PiMmCis.h>
|
---|
17 |
|
---|
18 | #endif
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.