]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Include/Library/PrePiHobListPointerLib.h
EmbeddedPkg/PrePiHobListPointerLib: New interface to abstract the HobListPointer...
[mirror_edk2.git] / EmbeddedPkg / Include / Library / PrePiHobListPointerLib.h
CommitLineData
32f718cf 1/** @file\r
2*\r
3* Copyright (c) 2011, ARM Limited. All rights reserved.\r
4* \r
5* This program and the accompanying materials \r
6* are licensed and made available under the terms and conditions of the BSD License \r
7* which accompanies this distribution. The full text of the license may be found at \r
8* http://opensource.org/licenses/bsd-license.php \r
9*\r
10* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12*\r
13**/\r
14\r
15#ifndef __PREPI_HOBLIST_POINTER_LIB_H__\r
16#define __PREPI_HOBLIST_POINTER_LIB_H__\r
17\r
18/**\r
19 Returns the pointer to the HOB list.\r
20\r
21 This function returns the pointer to first HOB in the list.\r
22\r
23 @return The pointer to the HOB list.\r
24\r
25**/\r
26VOID *\r
27EFIAPI\r
28PrePeiGetHobList (\r
29 VOID\r
30 );\r
31\r
32/**\r
33 Updates the pointer to the HOB list.\r
34\r
35 @param HobList Hob list pointer to store\r
36 \r
37**/\r
38EFI_STATUS\r
39EFIAPI\r
40PrePeiSetHobList (\r
41 IN VOID *HobList\r
42 );\r
43\r
44#endif\r