aboutsummaryrefslogtreecommitdiffstats
path: root/include/keys/trusted_caam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keys/trusted_caam.h')
-rw-r--r--include/keys/trusted_caam.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/keys/trusted_caam.h b/include/keys/trusted_caam.h
new file mode 100644
index 000000000000..73fe2f32f65e
--- /dev/null
+++ b/include/keys/trusted_caam.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2021 Pengutronix, Ahmad Fatoum <kernel@pengutronix.de>
+ */
+
+#ifndef __CAAM_TRUSTED_KEY_H
+#define __CAAM_TRUSTED_KEY_H
+
+extern struct trusted_key_ops trusted_key_caam_ops;
+
+#endif