blob: de95d905c7c074fdf4d5e94db9588b3472def7e3 [file] [log] [blame]
Valerio Setti4f4ade92024-05-03 17:28:04 +02001/* Declarations of internal functions. */
2
3/*
4 * Copyright The Mbed TLS Contributors
5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
6 */
7
8#include <stdint.h>
Valerio Setti66fb1c12024-05-10 06:51:16 +02009#include <service.h>
Valerio Setti4f4ade92024-05-03 17:28:04 +020010void raise_signal(psa_signal_t signal);
11void __init_psasim(const char **array,
12 int size,
13 const int allow_ns_clients_array[32],
14 const uint32_t versions[32],
15 const int strict_policy_array[32]);