blob: e4f39f43eec904d2ccfc1476d5d0b678c636b474 [file] [log] [blame]
/*
* Copyright (c) 2025, Marvell Technology Group Ltd. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __TRNG_H__
#define __TRNG_H__
#include <stdint.h>
int mv_trng_get_random32(uint32_t *rand, uint8_t num);
#endif /* __TRNG_H__ */