Rev 4695 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4695 | Rev 4708 | ||
|---|---|---|---|
| Line 82... | Line 82... | ||
| 82 | int arp_clean_cache_req( int arp_phone ){ |
82 | int arp_clean_cache_req( int arp_phone ){ |
| 83 | return ( int ) async_req_0_0( arp_phone, NET_ARP_CLEAN_CACHE ); |
83 | return ( int ) async_req_0_0( arp_phone, NET_ARP_CLEAN_CACHE ); |
| 84 | } |
84 | } |
| 85 | 85 | ||
| 86 | int arp_connect_module( services_t service ){ |
86 | int arp_connect_module( services_t service ){ |
| - | 87 | if( service != SERVICE_ARP ) return EINVAL; |
|
| 87 | return connect_to_service( SERVICE_ARP ); |
88 | return connect_to_service( SERVICE_ARP ); |
| 88 | } |
89 | } |
| 89 | 90 | ||
| 90 | task_id_t arp_task_get_id( void ){ |
91 | task_id_t arp_task_get_id( void ){ |
| 91 | return 0; |
92 | return 0; |