Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
586e192bbc044cce8df91997069cd750b2cd0816
/
.
/
plat
/
qti
/
common
/
inc
/
qti_rng.h
blob: 62c31f36c2ac519e6140694b1573a6817cc85241 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
QTI_RNG_H
#define
QTI_RNG_H
#include
<stdint.h>
int
qti_rng_get_data
(
uint8_t
*
out
,
uint32_t
out_len
);
#endif
/* QTI_RNG_H */