1 /*
2  * Copyright (c) 2021 Arm Limited
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 
6 #ifndef PSA_ADAC_CRYPTO_CC312_H
7 #define PSA_ADAC_CRYPTO_CC312_H
8 
9 #include "psa_adac.h"
10 #include "psa_adac_crypto_api.h"
11 #include "psa_adac_cryptosystems.h"
12 
13 #endif //PSA_ADAC_CRYPTO_CC312_H
14