TianoCore EDK2 master
Loading...
Searching...
No Matches
StandaloneMm.h
Go to the documentation of this file.
1
11#ifndef _STANDALONE_MM_H_
12#define _STANDALONE_MM_H_
13
14#include <PiMm.h>
15
16typedef
18(EFIAPI *MM_IMAGE_ENTRY_POINT)(
19 IN EFI_HANDLE ImageHandle,
20 IN EFI_MM_SYSTEM_TABLE *MmSystemTable
21 );
22
23typedef
25(EFIAPI *STANDALONE_MM_FOUNDATION_ENTRY_POINT)(
26 IN VOID *HobStart
27 );
28
29#endif
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33