This commit was generated by cvs2svn to compensate for changes in r2,
[ircu2.10.12-pk.git] / include / random.h
diff --git a/include/random.h b/include/random.h
new file mode 100644 (file)
index 0000000..af18a28
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef RANDOM_H
+#define RANDOM_H
+
+/*=============================================================================
+ * Proto types
+ */
+
+extern unsigned int ircrandom(void);
+
+#endif /* RANDOM_H */