summaryrefslogtreecommitdiff
path: root/src/include/s390_prng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/s390_prng.h')
-rw-r--r--src/include/s390_prng.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/s390_prng.h b/src/include/s390_prng.h
new file mode 100644
index 0000000..5219337
--- /dev/null
+++ b/src/include/s390_prng.h
@@ -0,0 +1,20 @@
+/* This program is released under the Common Public License V1.0
+ *
+ * You should have received a copy of Common Public License V1.0 along with
+ * with this program.
+ */
+
+/**
+ * Authors: Felix Beck <felix.beck@de.ibm.com>
+ * Christian Maaser <cmaaser@de.ibm.com>
+ *
+ * Copyright IBM Corp. 2009
+ */
+
+#ifndef S390_PRNG_H
+#define S390_PRNG_H
+
+int s390_prng_init(void);
+int s390_prng(unsigned char *output_data, unsigned int output_length);
+#endif
+