TianoCore EDK2 master
Loading...
Searching...
No Matches
MpInitLibDepLib.c File Reference
#include <Uefi.h>

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI MpInitLibDepContructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Detailed Description

Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file MpInitLibDepLib.c.

Function Documentation

◆ MpInitLibDepContructor()

EFI_STATUS EFIAPI MpInitLibDepContructor ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

This is null constructor which always return EFI_SUCCESS.

Parameters
ImageHandleThe firmware allocated handle for the EFI image.
SystemTableA pointer to the EFI System Table.
Return values
EFI_SUCCESSAlways return EFI_SUCCESS

Definition at line 17 of file MpInitLibDepLib.c.