TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuIo2StandaloneMm.c
Go to the documentation of this file.
1
10#include <PiMm.h>
11
12#include "CpuIo2Mm.h"
13
25EFIAPI
27 IN EFI_HANDLE ImageHandle,
28 IN EFI_MM_SYSTEM_TABLE *SystemTable
29 )
30{
31 return CommonCpuIo2Initialize ();
32}
EFI_STATUS CommonCpuIo2Initialize(VOID)
Definition: CpuIo2Mm.c:382
EFI_STATUS EFIAPI StandaloneMmCpuIo2Initialize(IN EFI_HANDLE ImageHandle, IN EFI_MM_SYSTEM_TABLE *SystemTable)
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33