aboutsummaryrefslogtreecommitdiff
path: root/plat/qti/common/inc/qti_rng.h
blob: c933dea124fd0c29c86f10167caad6b4e6a8f714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef QTI_RNG_H
#define QTI_RNG_H

#include <stdinit.h>

int qti_rng_get_data(uint8_t *out, uint32_t out_len);

#endif /* QTI_RNG_H */