summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/inst_rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/caam/inst_rng.h')
-rw-r--r--drivers/crypto/caam/inst_rng.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/crypto/caam/inst_rng.h b/drivers/crypto/caam/inst_rng.h
new file mode 100644
index 000000000000..66f098d94920
--- /dev/null
+++ b/drivers/crypto/caam/inst_rng.h
@@ -0,0 +1,17 @@
+/*
+ * CAAM Private/internal definitions between modules
+ *
+ * Copyright 2017-2018 NXP
+ */
+
+#ifndef INST_RNG_H
+#define INST_RNG_H
+
+#include <linux/platform_device.h>
+
+#define ENT_DELAY_STEP (400)
+int inst_rng_imx(struct platform_device *pdev);
+
+int deinst_rng(struct platform_device *pdev);
+
+#endif /* INST_RNG_H */