Generic module skeleton implementation. More...
#include <async.h>
#include <stdio.h>
#include <task.h>
#include <ipc/ipc.h>
#include "err.h"
#include "modules.h"
Functions | |
void | client_connection (ipc_callid_t iid, ipc_call_t *icall) |
Default thread for new connections. | |
int | main (int argc, char *argv[]) |
Starts the module. | |
External module functions. | |
int | module_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, int *answer_count) |
External message processing function. | |
void | module_print_name (void) |
External function to print the module name. | |
int | module_start (async_client_conn_t client_connection) |
External module startup function. |
Generic module skeleton implementation.