EmbeddedPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PrePiHobListPointerLib.h File Reference

Functions

VOID *EFIAPI PrePeiGetHobList (VOID)
 
EFI_STATUS EFIAPI PrePeiSetHobList (IN VOID *HobList)
 

Detailed Description

Copyright (c) 2011, ARM Limited. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Function Documentation

VOID* EFIAPI PrePeiGetHobList ( VOID  )

Returns the pointer to the HOB list.

This function returns the pointer to first HOB in the list.

Returns
The pointer to the HOB list.
EFI_STATUS EFIAPI PrePeiSetHobList ( IN VOID HobList)

Updates the pointer to the HOB list.

Parameters
HobListHob list pointer to store