Saurabh Gorecha | 87f4737 | 2020-07-09 02:20:08 +0530 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2020, The Linux Foundation. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef QTI_RNG_H | ||||
8 | #define QTI_RNG_H | ||||
9 | |||||
Manish V Badarkhe | d307491 | 2020-08-17 06:44:20 +0100 | [diff] [blame] | 10 | #include <stdint.h> |
Saurabh Gorecha | 87f4737 | 2020-07-09 02:20:08 +0530 | [diff] [blame] | 11 | |
12 | int qti_rng_get_data(uint8_t *out, uint32_t out_len); | ||||
13 | |||||
14 | #endif /* QTI_RNG_H */ |