mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
20 lines
338 B
C
20 lines
338 B
C
|
/** @file
|
||
|
|
||
|
Root include file for Mde Package SMM modules.
|
||
|
|
||
|
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
||
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
||
|
**/
|
||
|
|
||
|
#ifndef __PI_SMM_H__
|
||
|
#define __PI_SMM_H__
|
||
|
|
||
|
#include <Uefi/UefiBaseType.h>
|
||
|
#include <Uefi/UefiSpec.h>
|
||
|
|
||
|
#include <Pi/PiSmmCis.h>
|
||
|
|
||
|
#endif
|
||
|
|