TianoCore EDK2 master
|
#include "StatusCodeHandlerMm.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | StatusCodeHandlerTraditionalMmEntry (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Abstraction layer that contains Standalone MM specific implementation for Status Code Handler Driver.
Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file StatusCodeHandlerTraditional.c.
EFI_STATUS EFIAPI StatusCodeHandlerTraditionalMmEntry | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Entry point of Traditional MM Status Code Driver.
This function is the entry point of Traditional MM Status Code Driver.
ImageHandle | The firmware allocated handle for the EFI image. |
SystemTable | A pointer to the EFI System Table. |
EFI_SUCCESS | The entry point is executed successfully. |
Definition at line 25 of file StatusCodeHandlerTraditional.c.