qti_rng.h 254 Bytes
Newer Older
Saurabh Gorecha's avatar
Saurabh Gorecha committed
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef QTI_RNG_H
#define QTI_RNG_H

10
#include <stdint.h>
Saurabh Gorecha's avatar
Saurabh Gorecha committed
11
12
13
14

int qti_rng_get_data(uint8_t *out, uint32_t out_len);

#endif /* QTI_RNG_H */