blob: 006c285fce3b87df0a9d000a1b9c147a315baa23 [file] [log] [blame]
Subrata Banik20fe24b2021-12-09 02:46:38 +05301/** @file
2
3 Root include file for Mde Package MM modules.
4
5Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
6SPDX-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