]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Include/FrameworkSmm.h
c10e6bc0ba11e36e113393940fdbcd190319d054
[mirror_edk2.git] / IntelFrameworkPkg / Include / FrameworkSmm.h
1 /** @file
2 Header file that support Framework extensions to UEFI/PI for SMM modules.
3
4 This header file must include Framework extension definitions common to DXE
5 modules.
6
7 Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10 **/
11
12 #ifndef _FRAMEWORK_SMM_H_
13 #define _FRAMEWORK_SMM_H_
14
15 #include <FrameworkDxe.h>
16 #include <Framework/SmmCis.h>
17
18 #endif