blob: 8ed4a7ea303aaab70d42a745fc37be9b38413e32 [file] [log] [blame]
julhal013ec4c322021-02-05 17:30:49 +00001/*
2 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef ENV_TEST_CONFIG_H
8#define ENV_TEST_CONFIG_H
9
10#include <ffa_api.h>
11
12/**
13 * Loads the SP specific configuration passed as SP initialization parameters.
14 */
15void load_sp_config(struct ffa_init_info *init_info);
16
17
18#endif /* ENV_TEST_CONFIG_H */