]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmbeddedPkg/Include/Library/PrePiHobListPointerLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Include / Library / PrePiHobListPointerLib.h
... / ...
CommitLineData
1/** @file\r
2*\r
3* Copyright (c) 2011, ARM Limited. All rights reserved.\r
4*\r
5* SPDX-License-Identifier: BSD-2-Clause-Patent\r
6*\r
7**/\r
8\r
9#ifndef __PREPI_HOBLIST_POINTER_LIB_H__\r
10#define __PREPI_HOBLIST_POINTER_LIB_H__\r
11\r
12/**\r
13 Returns the pointer to the HOB list.\r
14\r
15 This function returns the pointer to first HOB in the list.\r
16\r
17 @return The pointer to the HOB list.\r
18\r
19**/\r
20VOID *\r
21EFIAPI\r
22PrePeiGetHobList (\r
23 VOID\r
24 );\r
25\r
26/**\r
27 Updates the pointer to the HOB list.\r
28\r
29 @param HobList Hob list pointer to store\r
30\r
31**/\r
32EFI_STATUS\r
33EFIAPI\r
34PrePeiSetHobList (\r
35 IN VOID *HobList\r
36 );\r
37\r
38#endif\r