Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4702 → Rev 4703

/branches/network/uspace/srv/net/netif/lo/lo.c
165,16 → 165,6
printf( "%s", NAME );
}
 
int netif_probe_auto_message( void ){
/* ERROR_DECLARE;
 
device_ref device;
 
ERROR_PROPAGATE( create( arg1, & device ));
ipc_call_sync_3_3( netif_globals.net_phone, NET_NET_DEVICE, device->device_id, NULL, NULL, NULL, NULL, NULL );
*/ return ENOTSUP;
}
 
int netif_probe_message( device_id_t device_id, int irq, int io ){
ERROR_DECLARE;