Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4704 → Rev 4703

/branches/network/uspace/srv/net/include/arp_interface.h
44,11 → 44,6
 
#include "device.h"
 
/** @name ARP module interface
* This interface is used by other modules.
*/
/*@{*/
 
/** Registers the new device and the requesting protocol service.
* Determines the device broadcast address, its address lengths and packet size.
* @param arp_phone The ARP module phone used for (semi)remote calls. Input parameter.
120,8 → 115,6
*/
task_id_t arp_task_get_id( void );
 
/*@}*/
 
#endif
 
/** @}