summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include/FrameworkSmm.h
blob: c10e6bc0ba11e36e113393940fdbcd190319d054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** @file
  Header file that support Framework extensions to UEFI/PI for SMM modules.

  This header file must include Framework extension definitions common to DXE
  modules.

Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#ifndef _FRAMEWORK_SMM_H_
#define _FRAMEWORK_SMM_H_

#include <FrameworkDxe.h>
#include <Framework/SmmCis.h>

#endif