Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/include/arp_interface.h
44,6 → 44,11
 
#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.
115,6 → 120,8
*/
task_id_t arp_task_get_id( void );
 
/*@}*/
 
#endif
 
/** @}