blob: f56d7e8a15ce0b21fb86822b66a9e5cee615bde7 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001/*
Olivier Deprez2661ba52024-02-19 18:50:53 +01002 * Copyright (c) 2017-2024, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz1486f3b2018-06-26 10:30:10 +01007#ifndef CACTUS_TESTS_H
8#define CACTUS_TESTS_H
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02009
Max Shvetsov103e0562021-02-04 16:58:31 +000010#include <spm_common.h>
Max Shvetsovc32f4782020-06-23 09:41:15 +010011
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020012/*
Olivier Deprez2661ba52024-02-19 18:50:53 +010013 * Self test functions
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020014 */
15
J-Alves367154e2024-05-13 18:01:02 +010016void ffa_tests(struct mailbox_buffers *mb, bool el1_partition);
Olivier Deprez2661ba52024-02-19 18:50:53 +010017void cpu_feature_tests(void);
J-Alves9f6f0142020-06-17 15:37:59 +010018
Antonio Nino Diaz1486f3b2018-06-26 10:30:10 +010019#endif /* CACTUS_TESTS_H */