Modify ipc_wait_for_call() to support all of blocking, non-blocking and timeout opera...
commitbd5a66303dbc439520defdf0dbb2f94fd9ee02b8
authorJakub Jermar <jakub@jermar.eu>
Wed, 17 May 2006 14:03:44 +0000 (17 14:03 +0000)
committerJakub Jermar <jakub@jermar.eu>
Wed, 17 May 2006 14:03:44 +0000 (17 14:03 +0000)
tree619c1fbf9daa4db2ac665f305db8d295b0fe9916
parentbdb9ea88017cb0f114ac6a7dd8e10e5bc783ef89
Modify ipc_wait_for_call() to support all of blocking, non-blocking and timeout operation.
generic/include/ipc/ipc.h
generic/include/ipc/sysipc.h
generic/src/ipc/ipc.c
generic/src/ipc/sysipc.c