aboutsummaryrefslogtreecommitdiff
path: root/include/tee.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tee.h')
-rw-r--r--include/tee.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tee.h b/include/tee.h
index 99367b2..2ef29bf 100644
--- a/include/tee.h
+++ b/include/tee.h
@@ -377,4 +377,10 @@ void tee_optee_ta_uuid_from_octets(struct tee_optee_ta_uuid *d,
void tee_optee_ta_uuid_to_octets(u8 d[TEE_UUID_LEN],
const struct tee_optee_ta_uuid *s);
+/**
+ * tee_flush_all_shm_dcache() - Flush data cache for all shared memories
+ * @dev: The TEE device
+ */
+void tee_flush_all_shm_dcache(struct udevice *dev);
+
#endif /* __TEE_H */