summaryrefslogtreecommitdiff
path: root/src/rand_stm32.h
blob: 6f9ba3d8e5ab096c1adfdb16055211943f0c46f2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __RAND_STM32_H__
#define __RAND_STM32_H__

#include <stdint.h>
#include <unistd.h>

void rand_init(void);

#endif