]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/SmmSmiHandlerProfileLib/MmSmiHandlerProfileLib.h
MdeModulePkg: Fix device path when boot manager menu is from different FV
[mirror_edk2.git] / MdeModulePkg / Library / SmmSmiHandlerProfileLib / MmSmiHandlerProfileLib.h
1 /** @file
2 MM driver instance of SmiHandlerProfile Library.
3
4 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 Copyright (c) Microsoft Corporation.
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef _MM_SMI_HANDLER_PROFILE_LIB_H_
11 #define _MM_SMI_HANDLER_PROFILE_LIB_H_
12
13 /**
14 The common constructor function for SMI handler profile.
15
16 @retval EFI_SUCCESS The constructor always returns EFI_SUCCESS.
17 **/
18 EFI_STATUS
19 MmSmiHandlerProfileLibInitialization (
20 VOID
21 );
22
23 #endif //_SMM_SMI_HANDLER_PROFILE_LIB_H_