Index: libc/include/async.h
===================================================================
--- libc/include/async.h	(revision 90f5d6412912019a8e1263bdb33fdd4742b17e76)
+++ libc/include/async.h	(revision a78e2731def04fa645ebc3b80ef505082cb80b09)
@@ -71,4 +71,6 @@
 	return rc;
 }
+#define sync_send(phoneid, method, arg1, r1) sync_send_2(phoneid, method, arg1, 0, r1, 0)
+
 static inline ipcarg_t sync_send_3(int phoneid, ipcarg_t method, ipcarg_t arg1,
 				   ipcarg_t arg2, ipcarg_t arg3, ipcarg_t *r1, 
Index: libc/include/ipc/fb.h
===================================================================
--- libc/include/ipc/fb.h	(revision 90f5d6412912019a8e1263bdb33fdd4742b17e76)
+++ libc/include/ipc/fb.h	(revision a78e2731def04fa645ebc3b80ef505082cb80b09)
@@ -24,4 +24,9 @@
 #define FB_PREPARE_SHM       1039
 #define FB_DROP_SHM          1040
+#define FB_SHM2PIXMAP        1041
+
+#define FB_VP_DRAW_PIXMAP    1042
+#define FB_VP2PIXMAP         1043
+#define FB_DROP_PIXMAP       1044
 
 #endif
