KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
[linux-2.6-microblaze.git] / include / keys / trusted_caam.h
diff --git a/include/keys/trusted_caam.h b/include/keys/trusted_caam.h
new file mode 100644 (file)
index 0000000..73fe2f3
--- /dev/null
@@ -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