blob: f56d7e8a15ce0b21fb86822b66a9e5cee615bde7 [file] [log] [blame]
/*
* Copyright (c) 2017-2024, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef CACTUS_TESTS_H
#define CACTUS_TESTS_H
#include <spm_common.h>
/*
* Self test functions
*/
void ffa_tests(struct mailbox_buffers *mb, bool el1_partition);
void cpu_feature_tests(void);
#endif /* CACTUS_TESTS_H */