Subversion Repositories HelenOS

Rev

Rev 4261 | Rev 4350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4261 Rev 4307
Line 38... Line 38...
38
 
38
 
39
#include <ipc/ipc.h>
39
#include <ipc/ipc.h>
40
 
40
 
41
int nil_initialize( int networking_phone );
41
int nil_initialize( int networking_phone );
42
int nil_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count );
42
int nil_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count );
43
int nil_register_message( services_t service, int phone );
-
 
44
 
43
 
45
#endif
44
#endif
46
 
45
 
47
/** @}
46
/** @}
48
 */
47
 */