]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/PiSmm.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / PiSmm.h
1 /** @file
2
3 Root include file for Mde Package SMM modules.
4
5 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef __PI_SMM_H__
11 #define __PI_SMM_H__
12
13 #include <Uefi/UefiBaseType.h>
14 #include <Uefi/UefiSpec.h>
15
16 #include <Pi/PiSmmCis.h>
17
18 #endif
19