]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Include/StandaloneMm.h
StandaloneMmPkg: Add an AArch64 specific entry point library.
[mirror_edk2.git] / StandaloneMmPkg / Include / StandaloneMm.h
CommitLineData
6b46d772
SV
1/** @file\r
2 Standalone MM.\r
3\r
4Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
6\r
7This program and the accompanying materials\r
8are licensed and made available under the terms and conditions\r
9of the BSD License which accompanies this distribution. The\r
10full text of the license may be found at\r
11http://opensource.org/licenses/bsd-license.php\r
12\r
13THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16**/\r
17\r
18#ifndef _STANDALONE_MM_H_\r
19#define _STANDALONE_MM_H_\r
20\r
21#include <PiMm.h>\r
22\r
23typedef\r
24EFI_STATUS\r
25(EFIAPI *MM_IMAGE_ENTRY_POINT) (\r
26 IN EFI_HANDLE ImageHandle,\r
27 IN EFI_MM_SYSTEM_TABLE *MmSystemTable\r
28 );\r
29\r
30typedef\r
31EFI_STATUS\r
32(EFIAPI *STANDALONE_MM_FOUNDATION_ENTRY_POINT) (\r
33 IN VOID *HobStart\r
34 );\r
35\r
36#endif\r