29 lines
147 B
C
29 lines
147 B
C
|
#ifndef __BSP_RNG_H__
|
||
|
#define __BSP_RNG_H__
|
||
|
|
||
|
#include "rtthread.h"
|
||
|
|
||
|
|
||
|
|
||
|
int BSP_Rng_Init(void);
|
||
|
int Get_RandomNumber(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|