blob: e4f39f43eec904d2ccfc1476d5d0b678c636b474 [file] [log] [blame]
Wilson Ding6d5fad82025-04-22 21:27:55 -07001/*
2 * Copyright (c) 2025, Marvell Technology Group Ltd. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __TRNG_H__
8#define __TRNG_H__
9
10#include <stdint.h>
11
12int mv_trng_get_random32(uint32_t *rand, uint8_t num);
13
14#endif /* __TRNG_H__ */