/* * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SP_CONFIG_TESTS_H #define SP_CONFIG_TESTS_H void sp_config_tests_register(void); #endif /* SP_CONFIG_TESTS_H */