summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/optee.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/optee.h')
-rw-r--r--arch/arm/include/asm/optee.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/include/asm/optee.h b/arch/arm/include/asm/optee.h
new file mode 100644
index 0000000000..f8eb7b4a8b
--- /dev/null
+++ b/arch/arm/include/asm/optee.h
@@ -0,0 +1,18 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __ARM_OPTEE_H__
+#define __ARM_OPTEE_H__
+
+#include <linux/types.h>
+
+struct device_node;
+
+struct of_optee_fixup_data {
+ const char *method;
+ size_t shm_size;
+};
+
+int of_optee_fixup(struct device_node *root, void *fixup_data);
+
+#endif /* __ARM_OPTEE_H__ */
+