Network interface layer modules common skeleton. More...
#include <ipc/ipc.h>
Functions | |
int | nil_initialize (int net_phone) |
Module initialization. | |
int | nil_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, int *answer_count) |
Message processing function. |
Network interface layer modules common skeleton.
All network interface layer modules have to implement this interface.