blob: 3db3c41c083e3bdb753d7a8c26372d7a3a2dd27a [file] [log] [blame]
Subrata Banik20fe24b2021-12-09 02:46:38 +05301/** @file
2
3 Root include file for Mde Package SMM modules.
4
5Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
6SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#ifndef __PI_SMM_H__
11#define __PI_SMM_H__
12
13#include <Uefi/UefiBaseType.h>
14#include <Uefi/UefiSpec.h>
15
16#include <Pi/PiSmmCis.h>
17
18#endif
19