TianoCore EDK2 master
Loading...
Searching...
No Matches
PrePiHobListPointerLib.h File Reference

Go to the source code of this file.

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

Definition in file PrePiHobListPointerLib.h.

Function Documentation

◆ PrePeiGetHobList()

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.

Definition at line 24 of file PrePiHobListPointer.c.

◆ PrePeiSetHobList()

EFI_STATUS EFIAPI PrePeiSetHobList ( IN VOID *  HobList)

Updates the pointer to the HOB list.

Parameters
HobListHob list pointer to store

Definition at line 39 of file PrePiHobListPointer.c.