/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. */ #ifndef __RNG_SUPPORT_H__ #define __RNG_SUPPORT_H__ #include uint8_t hw_get_random_byte(void); #endif /* __RNG_SUPPORT_H__ */