summaryrefslogtreecommitdiff
path: root/security/tf_driver/tf_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/tf_driver/tf_protocol.h')
-rw-r--r--security/tf_driver/tf_protocol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/tf_driver/tf_protocol.h b/security/tf_driver/tf_protocol.h
index 403df8ec8ef5..b264f04c4454 100644
--- a/security/tf_driver/tf_protocol.h
+++ b/security/tf_driver/tf_protocol.h
@@ -659,6 +659,10 @@ struct tf_l1_shared_buffer {
#ifdef CONFIG_TF_ZEBRA
u8 rpc_trace_buffer[140];
u8 rpc_cus_buffer[180];
+ #elif CONFIG_SECURE_TRACES
+ u32 traces_status;
+ u8 traces_buffer[140];
+ u8 reserved3[176];
#else
u8 reserved3[320];
#endif