xref: /rk3399_ARM-atf/include/services/bl31_lfa.h (revision f3ecd836afa13c560d63b49c0f05e913011a20b2)
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