summaryrefslogtreecommitdiff
path: root/spm/common/sp_tests/sp_tests.h
blob: 7f1007bbfe44a591faaa9ff974c44b8f4c8abcab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2017-2021, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef CACTUS_TESTS_H
#define CACTUS_TESTS_H

#include <spm_common.h>

/*
 * Test functions
 */

void ffa_tests(struct mailbox_buffers *mb, ffa_id_t my_ffa_id);

#endif /* CACTUS_TESTS_H */