1 /*
2  * Copyright (c) 2022 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <tinycrypt/hmac_prng.h>
8 
9 /* crypto.c declarations */
10 struct tc_hmac_prng_struct *bt_crypto_get_hmac_prng_instance(void);
11