test(notification): support included in FFA_PARTITION_INFO_GET
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I2587138332af11df6720c880c1ea9dcfe9795a98
diff --git a/include/runtime_services/ffa_helpers.h b/include/runtime_services/ffa_helpers.h
index 6d9c61d..03ac754 100644
--- a/include/runtime_services/ffa_helpers.h
+++ b/include/runtime_services/ffa_helpers.h
@@ -54,6 +54,9 @@
/** Partition property: partition can send and receive indirect messages. */
#define FFA_PARTITION_INDIRECT_MSG 0x4
+/** Partition property: partition can receive notifications. */
+#define FFA_PARTITION_NOTIFICATION 0x8
+
struct ffa_partition_info {
/** The ID of the VM the information is about */
ffa_id_t id;