Manish V Badarkhe | f647f56 | 2025-05-30 13:08:31 +0100 | [diff] [blame^] | 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 */ |