TianoCore EDK2 master
|
#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) |
Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file MpInitLibDepLib.c.
EFI_STATUS EFIAPI MpInitLibDepContructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
This is null constructor which always return EFI_SUCCESS.
ImageHandle | The firmware allocated handle for the EFI image. |
SystemTable | A pointer to the EFI System Table. |
EFI_SUCCESS | Always return EFI_SUCCESS |
Definition at line 17 of file MpInitLibDepLib.c.