#ifndef __RNG_H #define __RNG_H #include "main.h" void RNG_init(void); void RNG_deinit(void); uint32_t RNG_get(void); #endif /* __RNG_H */