Index: abi/include/abi/ipc/ipc.h
===================================================================
--- abi/include/abi/ipc/ipc.h	(revision 850235d404a93a3e011befe27ef139ef8e288759)
+++ abi/include/abi/ipc/ipc.h	(revision cbfc8b7e42fca7bc3a198905bb54319967d451ca)
@@ -59,4 +59,10 @@
 /** Interrupt notification */
 #define IPC_CALL_NOTIF  (1 << 3)
+
+/**
+ * Maximum buffer size allowed for IPC_M_DATA_WRITE and
+ * IPC_M_DATA_READ requests.
+ */
+#define DATA_XFER_LIMIT  (64 * 1024)
 
 
