xref: /rk3399_ARM-atf/include/services/bl31_lfa.h (revision 7e94cc10a9dce76deef258811b07a345c9087a61)
1 /*
2  * Copyright (c) 2025, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef BL31_LFA_H
8 #define BL31_LFA_H
9 
10 #include <services/lfa_component_desc.h>
11 
12 struct lfa_component_ops *get_bl31_activator(void);
13 
14 #endif /* BL31_LFA_H */
15