Rev 4350 | Rev 4558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4350 | Rev 4501 | ||
|---|---|---|---|
| Line 75... | Line 75... | ||
| 75 | 75 | ||
| 76 | int arp_connect_module( services_t service ){ |
76 | int arp_connect_module( services_t service ){ |
| 77 | return connect_to_service( SERVICE_ARP ); |
77 | return connect_to_service( SERVICE_ARP ); |
| 78 | } |
78 | } |
| 79 | 79 | ||
| 80 | int arp_task_get_id( void ){ |
80 | task_id_t arp_task_get_id( void ){ |
| 81 | return 0; |
81 | return 0; |
| 82 | } |
82 | } |
| 83 | 83 | ||
| 84 | /** @} |
84 | /** @} |
| 85 | */ |
85 | */ |