/** @file
Platform layer for the secure partition interrupt handler using FF-A.
Copyright (c), Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef PLATFORM_FF_A_INTERRUPT_LIB_H_
#define PLATFORM_FF_A_INTERRUPT_LIB_H_
/**
Secure Partition interrupt handler.
@param InterruptId The interrupt ID.
**/
VOID
EFIAPI
SecurePartitionInterruptHandler (
UINT32 InterruptId
);
#endif /* PLATFORM_FF_A_INTERRUPT_LIB_H_ */microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Include/Library/PlatformFfaInterruptLib.h
24lines · modepreview