TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
VOID *EFIAPI | PrePeiGetHobList (VOID) |
EFI_STATUS EFIAPI | PrePeiSetHobList (IN VOID *HobList) |
Copyright (c) 2011, ARM Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PrePiHobListPointerLib.h.
VOID *EFIAPI PrePeiGetHobList | ( | VOID | ) |
Returns the pointer to the HOB list.
This function returns the pointer to first HOB in the list.
Definition at line 24 of file PrePiHobListPointer.c.
EFI_STATUS EFIAPI PrePeiSetHobList | ( | IN VOID * | HobList | ) |
Updates the pointer to the HOB list.
HobList | Hob list pointer to store |
Definition at line 39 of file PrePiHobListPointer.c.