Index: generic/include/ipc/ipc.h
===================================================================
--- generic/include/ipc/ipc.h	(revision 84977110e48d0fb14137dbbd48504fcb1840984a)
+++ generic/include/ipc/ipc.h	(revision 8424198577d06b5b35db73507a7a328cd146a2c5)
@@ -45,7 +45,4 @@
 #define IPC_CALL_CONN_ME_TO     (1<<4) /* Identify connect_me_to */
 #define IPC_CALL_NOTIF          (1<<5) /* Interrupt notification */
-
-/* Flags for ipc_wait_for_call */
-#define IPC_WAIT_NONBLOCKING   1
 
 /* Flags of callid (the addresses are aligned at least to 4, 
@@ -201,5 +198,5 @@
 
 extern void ipc_init(void);
-extern call_t * ipc_wait_for_call(answerbox_t *box, int flags);
+extern call_t * ipc_wait_for_call(answerbox_t *box, __u32 usec, int nonblocking);
 extern void ipc_answer(answerbox_t *box, call_t *request);
 extern int ipc_call(phone_t *phone, call_t *call);
@@ -217,5 +214,4 @@
 extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err);
 
-
 extern answerbox_t *ipc_phone_0;
 
