summaryrefslogtreecommitdiff
path: root/src/rand_stm32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rand_stm32.h')
-rw-r--r--src/rand_stm32.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rand_stm32.h b/src/rand_stm32.h
new file mode 100644
index 0000000..6f9ba3d
--- /dev/null
+++ b/src/rand_stm32.h
@@ -0,0 +1,9 @@
+#ifndef __RAND_STM32_H__
+#define __RAND_STM32_H__
+
+#include <stdint.h>
+#include <unistd.h>
+
+void rand_init(void);
+
+#endif