microsoft/mu_feature_ffa
Publicmirrored from https://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Include/Library/PlatformFfaInterruptLib.h
24lines · modeblame
1d8fffe3Kun Qin1 years ago | 1 | /** @file |
| 2 | Platform layer for the secure partition interrupt handler using FF-A. | |
| 3 | | |
| 4 | Copyright (c), Microsoft Corporation. | |
| 5 | SPDX-License-Identifier: BSD-2-Clause-Patent | |
| 6 | | |
| 7 | **/ | |
| 8 | | |
| 9 | #ifndef PLATFORM_FF_A_INTERRUPT_LIB_H_ | |
| 10 | #define PLATFORM_FF_A_INTERRUPT_LIB_H_ | |
| 11 | | |
| 12 | /** | |
| 13 | Secure Partition interrupt handler. | |
| 14 | | |
| 15 | @param InterruptId The interrupt ID. | |
| 16 | | |
| 17 | **/ | |
| 18 | VOID | |
| 19 | EFIAPI | |
| 20 | SecurePartitionInterruptHandler ( | |
| 21 | UINT32 InterruptId | |
| 22 | ); | |
| 23 | | |
| 24 | #endif /* PLATFORM_FF_A_INTERRUPT_LIB_H_ */ |