summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/caam/ctrl.h')
-rw-r--r--drivers/crypto/caam/ctrl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/crypto/caam/ctrl.h b/drivers/crypto/caam/ctrl.h
index cac5402a46eb..be693a2cc25e 100644
--- a/drivers/crypto/caam/ctrl.h
+++ b/drivers/crypto/caam/ctrl.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* CAAM control-plane driver backend public-level include definitions
*
@@ -10,4 +11,6 @@
/* Prototypes for backend-level services exposed to APIs */
int caam_get_era(void);
+extern bool caam_dpaa2;
+
#endif /* CTRL_H */