![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <stdio.h>
#include "ipc_ns_tests.h"
#include "psa/client.h"
#include "test_framework_helpers.h"
Go to the source code of this file.
Functions | |
void | register_testsuite_ns_ipc_interface (struct test_suite_t *p_test_suite) |
Register testsuite for ipc non-secure interface. More... | |
void register_testsuite_ns_ipc_interface | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for ipc non-secure interface.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 67 of file ipc_ns_interface_testsuite.c.