summaryrefslogtreecommitdiff
path: root/src/rand_stm32.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-11-08 15:41:46 +0900
committerjaseg <git@jaseg.net>2018-11-08 15:41:46 +0900
commit050d49a56bc54c78c3fc1f4f125b09634d6c5b83 (patch)
tree281cee1a4b07a7cc1da1a0c1406877d9707e4df6 /src/rand_stm32.h
parent8ee5f4ce6a70e742156c28565fb13ee96ae35a1f (diff)
downloadsecure-hid-050d49a56bc54c78c3fc1f4f125b09634d6c5b83.tar.gz
secure-hid-050d49a56bc54c78c3fc1f4f125b09634d6c5b83.tar.bz2
secure-hid-050d49a56bc54c78c3fc1f4f125b09634d6c5b83.zip
Noise integration compiles
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