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