Rev 4697 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4697 | Rev 4751 | ||
|---|---|---|---|
| Line 79... | Line 79... | ||
| 79 | * @returns ENOTSUP if the message is not known. |
79 | * @returns ENOTSUP if the message is not known. |
| 80 | * @returns Other error codes as defined for each specific module message function. |
80 | * @returns Other error codes as defined for each specific module message function. |
| 81 | */ |
81 | */ |
| 82 | int module_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ); |
82 | int module_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ); |
| 83 | 83 | ||
| 84 | /** Ethernet module global data. |
- | |
| 85 | */ |
- | |
| 86 | extern eth_globals_t eth_globals; |
- | |
| 87 | - | ||
| 88 | void module_print_name( void ){ |
84 | void module_print_name( void ){ |
| 89 | printf( "%s", NAME ); |
85 | printf( "%s", NAME ); |
| 90 | } |
86 | } |
| 91 | 87 | ||
| 92 | int module_start( async_client_conn_t client_connection ){ |
88 | int module_start( async_client_conn_t client_connection ){ |