]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Uefi.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Uefi.h
CommitLineData
959ccb23 1/** @file\r
2\r
3 Root include file for Mde Package UEFI, UEFI_APPLICATION type modules.\r
4\r
9095d37b
LG
5 This is the include file for any module of type UEFI and UEFI_APPLICATION. Uefi modules only use\r
6 types defined via this include file and can be ported easily to any\r
7 environment.\r
959ccb23 8\r
9095d37b 9Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 10SPDX-License-Identifier: BSD-2-Clause-Patent\r
959ccb23 11\r
12**/\r
13\r
14#ifndef __PI_UEFI_H__\r
15#define __PI_UEFI_H__\r
16\r
c7d265a9 17#include <Uefi/UefiBaseType.h>\r
18#include <Uefi/UefiSpec.h>\r
959ccb23 19\r
20#endif\r