Subversion Repositories HelenOS

Rev

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

Rev 4192 Rev 4197
Line 160... Line 160...
160
DEVICE_MAP_IMPLEMENT( netifs, netif_t )
160
DEVICE_MAP_IMPLEMENT( netifs, netif_t )
161
 
161
 
162
GENERIC_CHAR_MAP_IMPLEMENT( measured_strings, measured_string_t )
162
GENERIC_CHAR_MAP_IMPLEMENT( measured_strings, measured_string_t )
163
 
163
 
164
void networking_print_name( void ){
164
void networking_print_name( void ){
165
    printf( NAME );
165
    printf( "%s", NAME );
166
}
166
}
167
 
167
 
168
int networking_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ){
168
int networking_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ){
169
#ifdef NETWORKING_module
169
#ifdef NETWORKING_module
170
        //TODO map to *_message
170
        //TODO map to *_message