blob: 68aed6d793f7db75a0ab17c0b3ca9f11f586ba3b [file] [log] [blame]
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2014, STMicroelectronics International N.V.
*/
#ifndef __RNG_SUPPORT_H__
#define __RNG_SUPPORT_H__
#include <stdint.h>
uint8_t hw_get_random_byte(void);
#endif /* __RNG_SUPPORT_H__ */