Using SPCI memory sharing functions rather than MSG_SEND.
Bug: 132420445
Change-Id: I1d29ebfdf179c7a7c07223f8c027c22c055d333a
diff --git a/inc/vmapi/hf/spci.h b/inc/vmapi/hf/spci.h
index 12600c1..e42c8d5 100644
--- a/inc/vmapi/hf/spci.h
+++ b/inc/vmapi/hf/spci.h
@@ -43,6 +43,9 @@
#define SPCI_MSG_SEND_32 0x8400006E
#define SPCI_MSG_SEND_DIRECT_REQ_32 0x8400006F
#define SPCI_MSG_SEND_DIRECT_RESP_32 0x84000070
+#define SPCI_MEM_DONATE_32 0x84000071
+#define SPCI_MEM_LEND_32 0x84000072
+#define SPCI_MEM_SHARE_32 0x84000073
/* SPCI error codes. */
#define SPCI_NOT_SUPPORTED INT32_C(-1)