xref: /optee_os/core/include/drivers/bcm_hwrng.h (revision 19a31ec40245ae01a9adcd206eec2a4bb4479fc9)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright 2019 Broadcom.
4  */
5 
6 #ifndef __DRIVERS_BCM_HWRNG_H
7 #define __DRIVERS_BCM_HWRNG_H
8 
9 #include <stdlib.h>
10 
11 uint32_t bcm_hwrng_read_rng(uint32_t *p_out, uint32_t words_to_read);
12 
13 #endif /* __DRIVERS_BCM_HWRNG_H */
14