]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiPayloadPkg / BlSupportDxe / BlSupportDxe.h
CommitLineData
04af8bf2
DG
1/** @file\r
2 The header file of bootloader support DXE.\r
3\r
8c0d6780 4Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>\r
04af8bf2
DG
5SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
e5efcf8b 8\r
04af8bf2
DG
9#ifndef __DXE_BOOTLOADER_SUPPORT_H__\r
10#define __DXE_BOOTLOADER_SUPPORT_H__\r
11\r
12#include <PiDxe.h>\r
13\r
14#include <Library/UefiDriverEntryPoint.h>\r
15#include <Library/UefiBootServicesTableLib.h>\r
16#include <Library/DxeServicesTableLib.h>\r
17#include <Library/DebugLib.h>\r
18#include <Library/BaseMemoryLib.h>\r
19#include <Library/UefiLib.h>\r
20#include <Library/IoLib.h>\r
21#include <Library/HobLib.h>\r
22\r
04af8bf2 23#include <Guid/SmBios.h>\r
04af8bf2
DG
24#include <Guid/AcpiBoardInfoGuid.h>\r
25#include <Guid/GraphicsInfoHob.h>\r
26\r
04af8bf2 27#endif\r