]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/Uefi.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Uefi.h
... / ...
CommitLineData
1/** @file\r
2\r
3 Root include file for Mde Package UEFI, UEFI_APPLICATION type modules.\r
4\r
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
8\r
9Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
10SPDX-License-Identifier: BSD-2-Clause-Patent\r
11\r
12**/\r
13\r
14#ifndef __PI_UEFI_H__\r
15#define __PI_UEFI_H__\r
16\r
17#include <Uefi/UefiBaseType.h>\r
18#include <Uefi/UefiSpec.h>\r
19\r
20#endif\r