summaryrefslogtreecommitdiff
path: root/linux/drivers/crypto/caam/ctrl.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/drivers/crypto/caam/ctrl.h
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/drivers/crypto/caam/ctrl.h')
-rw-r--r--linux/drivers/crypto/caam/ctrl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/drivers/crypto/caam/ctrl.h b/linux/drivers/crypto/caam/ctrl.h
new file mode 100644
index 00000000..cac5402a
--- /dev/null
+++ b/linux/drivers/crypto/caam/ctrl.h
@@ -0,0 +1,13 @@
+/*
+ * CAAM control-plane driver backend public-level include definitions
+ *
+ * Copyright 2012 Freescale Semiconductor, Inc.
+ */
+
+#ifndef CTRL_H
+#define CTRL_H
+
+/* Prototypes for backend-level services exposed to APIs */
+int caam_get_era(void);
+
+#endif /* CTRL_H */