TianoCore EDK2 master
Loading...
Searching...
No Matches
StandaloneMmServicesTableLib.c
Go to the documentation of this file.
1
10#include <PiMm.h>
12#include <Library/DebugLib.h>
13
15
26EFIAPI
28 IN EFI_HANDLE ImageHandle,
29 IN EFI_MM_SYSTEM_TABLE *MmSystemTable
30 )
31{
32 gMmst = MmSystemTable;
33 ASSERT (gMmst != NULL);
34 return EFI_SUCCESS;
35}
#define NULL
Definition: Base.h:319
#define IN
Definition: Base.h:279
EFI_STATUS EFIAPI StandaloneMmServicesTableLibConstructor(IN EFI_HANDLE ImageHandle, IN EFI_MM_SYSTEM_TABLE *MmSystemTable)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33
#define EFI_SUCCESS
Definition: UefiBaseType.h:112