2009-12-23 14:44:33 +08:00
|
|
|
/** @file
|
|
|
|
|
|
|
|
Root include file for Mde Package SMM modules.
|
|
|
|
|
2018-06-27 21:11:33 +08:00
|
|
|
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 07:06:00 +08:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2009-12-23 14:44:33 +08:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef __PI_SMM_H__
|
|
|
|
#define __PI_SMM_H__
|
|
|
|
|
|
|
|
#include <Uefi/UefiBaseType.h>
|
|
|
|
#include <Uefi/UefiSpec.h>
|
|
|
|
|
|
|
|
#include <Pi/PiSmmCis.h>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|