Subversion Repositories HelenOS

Rev

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

Rev 4350 Rev 4351
Line 102... Line 102...
102
 *  @see NAME
102
 *  @see NAME
103
 */
103
 */
104
void    module_print_name( void );
104
void    module_print_name( void );
105
 
105
 
106
int netif_specific_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ){
106
int netif_specific_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ){
107
    //TODO nil send message
-
 
108
    return ENOTSUP;
107
    return ENOTSUP;
109
}
108
}
110
 
109
 
111
int netif_get_addr_message( device_id_t device_id, measured_string_ref address ){
110
int netif_get_addr_message( device_id_t device_id, measured_string_ref address ){
112
    if( ! address ) return EBADMEM;
111
    if( ! address ) return EBADMEM;