mirror of https://github.com/ARMmbed/mbed-os.git
commit
1d1b92b671
|
@ -30,11 +30,13 @@
|
||||||
|
|
||||||
#ifndef RANDLIB_H_
|
#ifndef RANDLIB_H_
|
||||||
#define RANDLIB_H_
|
#define RANDLIB_H_
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This library is made for getting random numbers for Timing needs in protocols.
|
* This library is made for getting random numbers for Timing needs in protocols.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue