summaryrefslogtreecommitdiff
path: root/tools/src/sep.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/sep.h')
-rw-r--r--tools/src/sep.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/src/sep.h b/tools/src/sep.h
new file mode 100644
index 0000000..8d7d04a
--- /dev/null
+++ b/tools/src/sep.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: MIT */
+
+#ifndef SEP_H
+#define SEP_H
+
+#include "asc.h"
+#include "types.h"
+
+int sep_init(void);
+size_t sep_get_random(void *buffer, size_t len);
+
+#endif