Index: generic/include/ipc/ipc.h
===================================================================
--- generic/include/ipc/ipc.h	(revision bdc5c516b811c2d1871bfaaf83a3c1fa14c86fc4)
+++ generic/include/ipc/ipc.h	(revision ddd043ce5f34ea18f1c09bdfa3e4b3cdf45071dd)
@@ -123,4 +123,10 @@
 /** Interrupt notification */
 #define IPC_M_INTERRUPT         4
+/** Send as_area over ipc 
+ * - ARG2 - src base address
+ * - ARG3 - size of src as(filled automatically by kernel)
+ * - on answer ARG1 - dst base adress
+ */
+#define IPC_M_AS_SEND           5
 
 
