2007-06-15 12:02:42 +02:00
|
|
|
/** @file
|
2010-03-16 02:53:11 +01:00
|
|
|
Header file that support Framework extensions to UEFI/PI for SMM modules.
|
2007-06-15 12:02:42 +02:00
|
|
|
|
|
|
|
This header file must include Framework extension definitions common to DXE
|
|
|
|
modules.
|
|
|
|
|
2018-06-27 15:06:55 +02:00
|
|
|
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:04:02 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-15 12:02:42 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef _FRAMEWORK_SMM_H_
|
|
|
|
#define _FRAMEWORK_SMM_H_
|
|
|
|
|
|
|
|
#include <FrameworkDxe.h>
|
2007-07-04 14:13:24 +02:00
|
|
|
#include <Framework/SmmCis.h>
|
2007-06-15 12:02:42 +02:00
|
|
|
|
|
|
|
#endif
|