DPE: Add Destroy Context command

Signed-off-by: Maulik Patel <maulik.patel@arm.com>
Change-Id: Ibd70e6d7c61672c86a39f3d026d8e083f0b96bc8
diff --git a/partitions/dice_protection_environment/dpe_log.h b/partitions/dice_protection_environment/dpe_log.h
index 97eb752..8f2f5b8 100644
--- a/partitions/dice_protection_environment/dpe_log.h
+++ b/partitions/dice_protection_environment/dpe_log.h
@@ -33,6 +33,12 @@
                       int32_t client_id);
 
 /**
+ * \brief Log the destroy context command parameters.
+ */
+void log_destroy_context(int context_handle,
+                         bool destroy_recursively);
+
+/**
  * \brief Log the certify key command parameters.
  */
 void log_certify_key(int context_handle,
@@ -46,6 +52,7 @@
 
 #define log_derive_rot_context(...)
 #define log_derive_child(...)
+#define log_destroy_context(...)
 #define log_certify_key(...)
 
 #endif /* TFM_PARTITION_LOG_LEVEL */