blob: cfe436c763d817b4355578f3c000391f14ba8bd6 [file] [log] [blame]
Manish V Badarkhef647f562025-05-30 13:08:31 +01001/*
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
12struct lfa_component_ops *get_bl31_activator(void);
13
14#endif /* BL31_LFA_H */